summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
authorhash <hash>2002-10-24 06:14:10 (UTC)
committer hash <hash>2002-10-24 06:14:10 (UTC)
commitbdd884e37dc1ee1969d317b29e926768ea5a14df (patch) (side-by-side diff)
tree30353735e07c853be3c8458b413c4bf0d7bf58bc /noncore/apps/opie-console/mainwindow.h
parentf09549e37fee6decd56168043209e8051b8757fb (diff)
downloadopie-bdd884e37dc1ee1969d317b29e926768ea5a14df.zip
opie-bdd884e37dc1ee1969d317b29e926768ea5a14df.tar.gz
opie-bdd884e37dc1ee1969d317b29e926768ea5a14df.tar.bz2
still a work in progress
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
@@ -20,6 +20,7 @@ class TabWidget;
class ProfileManager;
class Profile;
class FunctionKeyboard;
+class FKey;
class QuickButton;
class MainWindow : public QMainWindow {
@@ -67,7 +68,7 @@ private slots:
void slotRunScript();
void slotFullscreen();
void slotSessionChanged( Session* );
- void slotKeyReceived(ushort, ushort, bool, bool, bool, ushort, ushort);
+ void slotKeyReceived(FKey, ushort, ushort, bool);
private:
void initUI();