src/hbcore/gui/hbtoolbutton_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbcore/gui/hbtoolbutton_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/gui/hbtoolbutton_p.h	Fri May 14 16:09:54 2010 +0300
@@ -38,7 +38,7 @@
 //
 
 #include <hbicon.h>
-#include <hbstyleoptiontoolbutton.h>
+#include <hbstyleoptiontoolbutton_p.h>
 #include <hbabstractbutton_p.h>
 #include <QPointer>
 
@@ -86,7 +86,7 @@
     QSizeF mButtonSize;
 
 private:
-    // Provided for HbToolBar & HbSoftKey who have to access
+    // Provided for HbToolBar who have to access
     // HbToolButtonPrivate in order to hide the background
     // and/or set the toolbar position of the tool button.
     // NOTE: Still kept as private to track dependencies...
@@ -94,9 +94,7 @@
         Q_ASSERT(button);
         return button->d_func();
     }
-    friend class HbSoftKey;
     friend class HbToolBar;
-    friend class HbSoftKeyPrivate;
     friend class HbToolBarPrivate; 
     friend class HbToolBarExtensionPrivate;
 };