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
@@ -21,4 +21,5 @@ class ProfileManager;
21class Profile; 21class Profile;
22class FunctionKeyboard; 22class FunctionKeyboard;
23class FKey;
23class QuickButton; 24class QuickButton;
24 25
@@ -68,5 +69,5 @@ private slots:
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: