diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
commit | 145d30f0b8cbacc3599379e8717299734f3bb534 (patch) | |
tree | 3713677dce079619063612b12788282fd32e53af /src/mainwindow.h | |
parent | 5b6d393e0a2c88cce8f433607c091ae883ef54f9 (diff) | |
download | tellico-145d30f0b8cbacc3599379e8717299734f3bb534.tar.gz tellico-145d30f0b8cbacc3599379e8717299734f3bb534.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
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. |