summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
authorharlekin <harlekin>2002-10-24 19:16:28 (UTC)
committer harlekin <harlekin>2002-10-24 19:16:28 (UTC)
commit2f2f9dc5f45fe7cf194a057e104c2d54394e4cef (patch) (unidiff)
treebf9a38b4e3d09e2e145b79ecf1e5be78263c530d /noncore/apps/opie-console/mainwindow.h
parent94573faf2e89723a49bbaf3630f1d19f80ba6b27 (diff)
downloadopie-2f2f9dc5f45fe7cf194a057e104c2d54394e4cef.zip
opie-2f2f9dc5f45fe7cf194a057e104c2d54394e4cef.tar.gz
opie-2f2f9dc5f45fe7cf194a057e104c2d54394e4cef.tar.bz2
cleanup and icon rearrangement
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index 7cc2aa5..19d3a3d 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -83,48 +83,47 @@ private:
83 void create( const Profile& ); 83 void create( const Profile& );
84 /** 84 /**
85 * the current session 85 * the current session
86 */ 86 */
87 Session* m_curSession; 87 Session* m_curSession;
88 88
89 /** 89 /**
90 * the session list 90 * the session list
91 */ 91 */
92 QList<Session> m_sessions; 92 QList<Session> m_sessions;
93 93
94 /** 94 /**
95 * the metafactory 95 * the metafactory
96 */ 96 */
97 MetaFactory* m_factory; 97 MetaFactory* m_factory;
98 ProfileManager* m_manager; 98 ProfileManager* m_manager;
99 99
100 TabWidget* m_consoleWindow; 100 TabWidget* m_consoleWindow;
101 QToolBar* m_tool; 101 QToolBar* m_tool;
102 QToolBar* m_icons; 102 QToolBar* m_icons;
103 QToolBar* m_keyBar; 103 QToolBar* m_keyBar;
104 QToolBar* m_buttonBar; 104 QToolBar* m_buttonBar;
105 QMenuBar* m_bar; 105 QMenuBar* m_bar;
106 QPopupMenu* m_console; 106 QPopupMenu* m_console;
107 QPopupMenu* m_settings;
108 QPopupMenu* m_sessionsPop; 107 QPopupMenu* m_sessionsPop;
109 QPopupMenu* m_scripts; 108 QPopupMenu* m_scripts;
110 QAction* m_connect; 109 QAction* m_connect;
111 QAction* m_disconnect; 110 QAction* m_disconnect;
112 QAction* m_terminate; 111 QAction* m_terminate;
113 QAction* m_transfer; 112 QAction* m_transfer;
114 QAction* m_setProfiles; 113 QAction* m_setProfiles;
115 QAction* m_openKeys; 114 QAction* m_openKeys;
116 QAction* m_openButtons; 115 QAction* m_openButtons;
117 QAction* m_recordScript; 116 QAction* m_recordScript;
118 QAction* m_saveScript; 117 QAction* m_saveScript;
119 QAction* m_runScript; 118 QAction* m_runScript;
120 QAction* m_fullscreen; 119 QAction* m_fullscreen;
121 QAction* m_closewindow; 120 QAction* m_closewindow;
122 121
123 FunctionKeyboard *m_kb; 122 FunctionKeyboard *m_kb;
124 bool m_isFullscreen; 123 bool m_isFullscreen;
125 124
126 QWidget* savedParentFullscreen; 125 QWidget* savedParentFullscreen;
127}; 126};
128 127
129 128
130#endif 129#endif