qhbstyle/qhbstyle_p.h
changeset 11 06b8e2af4411
parent 4 90517678cc4f
--- a/qhbstyle/qhbstyle_p.h	Thu May 27 13:42:11 2010 +0300
+++ b/qhbstyle/qhbstyle_p.h	Fri Jun 11 14:26:25 2010 +0300
@@ -65,7 +65,6 @@
     SM_GroupBox,
     SM_GroupBoxTitle,
     SM_HeaderItem,
-    SM_ItemViewHighlight,
     SM_ItemViewItem,
     SM_LineEdit,
     SM_ListParent,
@@ -88,6 +87,7 @@
     SM_ToolBarButton,
     SM_ToolButton,
     SM_ToolTip,
+    SM_ToolBarExtension,
 };
 
 enum ItemState {
@@ -140,13 +140,12 @@
     bool isDialog(const QWidget *widget);
     bool hbParameter(const QString &parameterName, int &value);
     void polishFont(QWidget *widget);
+    void polishPalette(QWidget *widget);
 
 private:
     HbStyle *m_styleManager;
-    HbFrameDrawer *m_frameDrawer;
-    QParallelAnimationGroup* m_animationGroup;
-
-    //QHbStyle *q_ptr;
+    QScopedPointer<HbFrameDrawer> m_frameDrawer;
+    QScopedPointer<QParallelAnimationGroup> m_animationGroup;
 };
 
 QT_END_NAMESPACE