author | harlekin <harlekin> | 2002-10-18 12:36:03 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-18 12:36:03 (UTC) |
commit | 605e9ccf2bcfa8e16059a1ce023baa2c41d47c88 (patch) (unidiff) | |
tree | ae5cb69ae02bc8be987a2aab8beb1e48cb9e0c52 | |
parent | d810fe01a5b7356c65c034bfc808688c399dfd81 (diff) | |
download | opie-605e9ccf2bcfa8e16059a1ce023baa2c41d47c88.zip opie-605e9ccf2bcfa8e16059a1ce023baa2c41d47c88.tar.gz opie-605e9ccf2bcfa8e16059a1ce023baa2c41d47c88.tar.bz2 |
back from fullscreen now right reparented
-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 | |||
@@ -114,8 +114,10 @@ private: | |||
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 |