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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index cc4ef76..68f6fa8 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -58,25 +58,25 @@ private slots:
58 void slotTerminate(); 58 void slotTerminate();
59 void slotConfigure(); 59 void slotConfigure();
60 void slotClose(); 60 void slotClose();
61 void slotProfile(int); 61 void slotProfile(int);
62 void slotTransfer(); 62 void slotTransfer();
63 void slotOpenKeb(bool); 63 void slotOpenKeb(bool);
64 void slotOpenButtons(bool); 64 void slotOpenButtons(bool);
65 void slotRecordScript(); 65 void slotRecordScript();
66 void slotSaveScript(); 66 void slotSaveScript();
67 void slotRunScript(); 67 void slotRunScript();
68 void slotFullscreen(); 68 void slotFullscreen();
69 void slotSessionChanged( Session* ); 69 void slotSessionChanged( Session* );
70 void slotKeyReceived(ushort, ushort, bool, bool, bool); 70 void slotKeyReceived(ushort, ushort, bool, bool, bool, ushort, ushort);
71 71
72private: 72private:
73 void initUI(); 73 void initUI();
74 void populateProfiles(); 74 void populateProfiles();
75 void create( const Profile& ); 75 void create( const Profile& );
76 /** 76 /**
77 * the current session 77 * the current session
78 */ 78 */
79 Session* m_curSession; 79 Session* m_curSession;
80 80
81 /** 81 /**
82 * the session list 82 * the session list