src/hbcore/gui/hbtoolbar.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
--- a/src/hbcore/gui/hbtoolbar.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/gui/hbtoolbar.h	Fri May 14 16:09:54 2010 +0300
@@ -39,7 +39,7 @@
 {
     Q_OBJECT
 
-    Q_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation RESET unsetOrientation )
+    Q_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation)
 
 public:
     explicit HbToolBar( QGraphicsItem *parent = 0 );
@@ -62,7 +62,6 @@
 
 public slots:
     void setOrientation(Qt::Orientation orientation);
-    void unsetOrientation();
 
 protected:
     HbToolBar( HbToolBarPrivate &dd, QGraphicsItem *parent = 0 );