Undo bad fix on Symbian.
[dorian] / widgets / mainbase.h
index c1103a4..a741f50 100755 (executable)
@@ -42,13 +42,13 @@ protected:
     /** Return the height of the tool bar (or 0 if there is no tool bar). */\r
     int toolBarHeight();\r
 \r
-#ifdef Q_OS_SYMBIAN\r
+#if 0 // ifdef Q_OS_SYMBIAN\r
     /** Handle resize. */\r
     void resizeEvent(QResizeEvent *e);\r
 #endif\r
 \r
 private:\r
-    QToolBar *toolBar;      /**< Tool bar. */\r
+    QToolBar *toolBar;\r
 };\r
 \r
 #endif // MAINBASE_H\r