summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a9b2ba4..4c2e5be 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -66,7 +66,7 @@ namespace Tellico {
* using KActions.
* @see KMainWindow
* @see TDEApplication
- * @see KConfig
+ * @see TDEConfig
*
* @author Robby Stephenson
*/
@@ -339,7 +339,7 @@ private:
*
* @param cfg The config class with the properties to restore
*/
- void saveProperties(KConfig* cfg);
+ void saveProperties(TDEConfig* cfg);
/**
* Reads the session config file and restores the application's state including
* the last opened files and documents by reading the temporary files saved by
@@ -348,7 +348,7 @@ private:
*
* @param cfg The config class with the properties to restore
*/
- void readProperties(KConfig* cfg);
+ void readProperties(TDEConfig* cfg);
/**
* Called before the window is closed, either by the user or indirectely by the
* session manager.