summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index c8b0b65..73bb285 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -14,2 +14,3 @@
class QToolBar;
+class QToolButton;
class QMenuBar;
@@ -20,2 +21,3 @@ class ProfileManager;
class Profile;
+class FunctionKeyboard;
class MainWindow : public QMainWindow {
@@ -58,2 +60,3 @@ private slots:
void slotTransfer();
+ void slotOpenKeb(bool);
@@ -81,2 +84,4 @@ private:
QToolBar* m_tool;
+ QToolBar* m_icons;
+ QToolBar* m_keyBar;
QMenuBar* m_bar;
@@ -90,3 +95,5 @@ private:
QAction* m_setProfiles;
+ QAction* m_openKeys;
+ FunctionKeyboard *m_kb;
};