summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
authorharlekin <harlekin>2002-10-14 21:59:07 (UTC)
committer harlekin <harlekin>2002-10-14 21:59:07 (UTC)
commitf5d1ce4b3887e0f09704abad5b9414c9cd90be4b (patch) (unidiff)
tree7dde2bf517755d43316c6ee5e08dd74aea4f1b0e /noncore/apps/opie-console/mainwindow.h
parent09ba6b7531801dde243469f05f5e5c31596cdd2d (diff)
downloadopie-f5d1ce4b3887e0f09704abad5b9414c9cd90be4b.zip
opie-f5d1ce4b3887e0f09704abad5b9414c9cd90be4b.tar.gz
opie-f5d1ce4b3887e0f09704abad5b9414c9cd90be4b.tar.bz2
enable some entries not before a profile is loaded
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 d16d6af..378870a 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -62,6 +62,7 @@ private slots:
62 void slotRecordScript(); 62 void slotRecordScript();
63 void slotSaveScript(); 63 void slotSaveScript();
64 void slotRunScript(); 64 void slotRunScript();
65 void setOn();
65 void slotSessionChanged( Session* ); 66 void slotSessionChanged( Session* );
66private: 67private:
67 void initUI(); 68 void initUI();
@@ -95,7 +96,7 @@ private:
95 QAction* m_connect; 96 QAction* m_connect;
96 QAction* m_disconnect; 97 QAction* m_disconnect;
97 QAction* m_terminate; 98 QAction* m_terminate;
98 QAction* m_transfer; 99 QAction* m_transfer;
99 QAction* m_setProfiles; 100 QAction* m_setProfiles;
100 QAction* m_openKeys; 101 QAction* m_openKeys;
101 QAction* m_recordScript; 102 QAction* m_recordScript;