summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
authorharlekin <harlekin>2002-10-05 22:21:04 (UTC)
committer harlekin <harlekin>2002-10-05 22:21:04 (UTC)
commit48b16b3a3557e70abf90e83b84396258b92b652e (patch) (side-by-side diff)
tree9dad37a08e79da5705a8297b2bf09a0b2441f3b6 /noncore/apps/opie-console/mainwindow.h
parent99425255c4afcd75ee6b2f903487cb958d3acdee (diff)
downloadopie-48b16b3a3557e70abf90e83b84396258b92b652e.zip
opie-48b16b3a3557e70abf90e83b84396258b92b652e.tar.gz
opie-48b16b3a3557e70abf90e83b84396258b92b652e.tar.bz2
otabwidget instead of qtabwidget
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index be4b469..36eb3a7 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -15,12 +15,13 @@ class QToolBar;
class QMenuBar;
class QAction;
class MetaFactory;
-
+class TabWidget;
class ProfileManager;
+
class MainWindow : public QMainWindow {
Q_OBJECT
public:
- MainWindow( );
+ MainWindow();
~MainWindow();
/**
@@ -73,6 +74,7 @@ private:
MetaFactory* m_factory;
ProfileManager* m_manager;
+ TabWidget* m_consoleWindow;
QToolBar* m_tool;
QMenuBar* m_bar;
QPopupMenu* m_console;