diff options
| author | Peter Penz <[email protected]> | 2007-11-30 18:42:17 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-30 18:42:17 +0000 |
| commit | 0e6e4bf39170d9e327d3448064bc64cdfe15bdd5 (patch) | |
| tree | 191d34633ab89c4c298720e600442211ed805cd3 /src/dolphinmainwindow.h | |
| parent | 5d9a7d1ad376912ac75a6853485fd8e299754d9a (diff) | |
enable session management
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=743357
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 278ffffc7..53b209642 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -160,21 +160,14 @@ signals: void requestItemInfo(const KFileItem& item); protected: - /** @see QMainWindow::closeEvent */ + /** @see QMainWindow::closeEvent() */ virtual void closeEvent(QCloseEvent* event); - /** - * This method is called when it is time for the app to save its - * properties for session management purposes. - */ - void saveProperties(KConfig*); + /** @see KMainWindow::saveProperties() */ + virtual void saveProperties(KConfigGroup& group); - /** - * This method is called when this app is restored. The KConfig - * object points to the session management config file that was saved - * with @ref saveProperties - */ - void readProperties(KConfig*); + /** @see KMainWindow::readProperties() */ + virtual void readProperties(const KConfigGroup& group); private slots: /** Updates the 'Create New...' sub menu. */ |
