-rw-r--r-- | noncore/apps/opie-console/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h index 7d074b6..cc4ef76 100644 --- a/noncore/apps/opie-console/mainwindow.h +++ b/noncore/apps/opie-console/mainwindow.h | |||
@@ -110,12 +110,14 @@ private: | |||
110 | QAction* m_saveScript; | 110 | QAction* m_saveScript; |
111 | QAction* m_runScript; | 111 | QAction* m_runScript; |
112 | QAction* m_fullscreen; | 112 | QAction* m_fullscreen; |
113 | QAction* m_closewindow; | 113 | QAction* m_closewindow; |
114 | 114 | ||
115 | FunctionKeyboard *m_kb; | 115 | FunctionKeyboard *m_kb; |
116 | QuickButton *m_qb; | 116 | QuickButton *m_qb; |
117 | bool m_isFullscreen; | 117 | bool m_isFullscreen; |
118 | |||
119 | QWidget* savedParentFullscreen; | ||
118 | }; | 120 | }; |
119 | 121 | ||
120 | 122 | ||
121 | #endif | 123 | #endif |