author | harlekin <harlekin> | 2002-10-18 12:36:03 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-18 12:36:03 (UTC) |
commit | 605e9ccf2bcfa8e16059a1ce023baa2c41d47c88 (patch) (side-by-side diff) | |
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: FunctionKeyboard *m_kb; QuickButton *m_qb; bool m_isFullscreen; + + QWidget* savedParentFullscreen; }; #endif |