summaryrefslogtreecommitdiff
path: root/libopie/otabwidget.h
authorharlekin <harlekin>2002-09-03 11:10:28 (UTC)
committer harlekin <harlekin>2002-09-03 11:10:28 (UTC)
commitc52ae29638c92381e4c84aee4d798a1c11361b53 (patch) (unidiff)
tree606c5bcb6d5594454104f8083cdfca6845362745 /libopie/otabwidget.h
parent0eb35a5148ae1e513785de32842bce61037b9657 (diff)
downloadopie-c52ae29638c92381e4c84aee4d798a1c11361b53.zip
opie-c52ae29638c92381e4c84aee4d798a1c11361b53.tar.gz
opie-c52ae29638c92381e4c84aee4d798a1c11361b53.tar.bz2
otabwidget changes by drw , like getting rid of the dotted line etc
Diffstat (limited to 'libopie/otabwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otabwidget.h3
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
@@ -37,6 +37,7 @@
37#include <qwidget.h> 37#include <qwidget.h>
38#include <qlist.h> 38#include <qlist.h>
39 39
40class OTabBar;
40class QComboBox; 41class QComboBox;
41class QPixmap; 42class QPixmap;
42class QTabBar; 43class QTabBar;
@@ -183,7 +184,7 @@ private:
183 TabPosition tabBarPosition; 184 TabPosition tabBarPosition;
184 185
185 QWidgetStack *tabBarStack; 186 QWidgetStack *tabBarStack;
186 QTabBar *tabBar; 187 OTabBar *tabBar;
187 QComboBox *tabList; 188 QComboBox *tabList;
188 189
189 QWidgetStack *widgetStack; 190 QWidgetStack *widgetStack;