summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index 68f6fa8..0f52e76 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -17,12 +17,13 @@ class QMenuBar;
17class QAction; 17class QAction;
18class MetaFactory; 18class MetaFactory;
19class TabWidget; 19class TabWidget;
20class ProfileManager; 20class ProfileManager;
21class Profile; 21class Profile;
22class FunctionKeyboard; 22class FunctionKeyboard;
23class FKey;
23class QuickButton; 24class QuickButton;
24 25
25class MainWindow : public QMainWindow { 26class MainWindow : public QMainWindow {
26 Q_OBJECT 27 Q_OBJECT
27public: 28public:
28 MainWindow( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); 29 MainWindow( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 );
@@ -64,13 +65,13 @@ private slots:
64 void slotOpenButtons(bool); 65 void slotOpenButtons(bool);
65 void slotRecordScript(); 66 void slotRecordScript();
66 void slotSaveScript(); 67 void slotSaveScript();
67 void slotRunScript(); 68 void slotRunScript();
68 void slotFullscreen(); 69 void slotFullscreen();
69 void slotSessionChanged( Session* ); 70 void slotSessionChanged( Session* );
70 void slotKeyReceived(ushort, ushort, bool, bool, bool, ushort, ushort); 71 void slotKeyReceived(FKey, ushort, ushort, bool);
71 72
72private: 73private:
73 void initUI(); 74 void initUI();
74 void populateProfiles(); 75 void populateProfiles();
75 void create( const Profile& ); 76 void create( const Profile& );
76 /** 77 /**