-rw-r--r-- | libopie/otabwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libopie/otabwidget.h b/libopie/otabwidget.h index 6a0fbe8..bacda07 100644 --- a/libopie/otabwidget.h +++ b/libopie/otabwidget.h @@ -34,12 +34,13 @@ #include "otabinfo.h" #include <qwidget.h> #include <qlist.h> +class OTabBar; class QComboBox; class QPixmap; class QTabBar; class QWidgetStack; /** @@ -180,13 +181,13 @@ private: OTabInfo *currentTab; TabStyle tabBarStyle; TabPosition tabBarPosition; QWidgetStack *tabBarStack; - QTabBar *tabBar; + OTabBar *tabBar; QComboBox *tabList; QWidgetStack *widgetStack; /** * @fn loadSmooth( const QString &name ) |