diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:06:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:06:03 -0600 |
commit | 3b974934d9123068efc34d59b335263b91590a06 (patch) | |
tree | a81997aeae8b109f8280ce271e09b46fc9d5ea55 /src/app/mainWindow.h | |
parent | 40a94e488f56f1e783636b6414da7a3c4cadc86e (diff) | |
download | filelight-3b974934d9123068efc34d59b335263b91590a06.tar.gz filelight-3b974934d9123068efc34d59b335263b91590a06.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r-- | src/app/mainWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 777a692..68314aa 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -63,8 +63,8 @@ class MainWindow : public KParts::MainWindow void urlAboutToChange(); protected: - virtual void saveProperties( KConfig * ); - virtual void readProperties( KConfig * ); + virtual void saveProperties( TDEConfig * ); + virtual void readProperties( TDEConfig * ); virtual bool queryExit(); private: |