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/historyAction.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/historyAction.h')
-rw-r--r-- | src/app/historyAction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/historyAction.h b/src/app/historyAction.h index 9ed65ab..1eaa1aa 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -8,7 +8,7 @@ #include <kurl.h> #include <tqstringlist.h> -class KConfig; +class TDEConfig; /// defined in mainWindow.cpp @@ -45,8 +45,8 @@ Q_OBJECT public: HistoryCollection( KActionCollection *ac, TQObject *parent, const char *name ); - void save( KConfig *config ); - void restore( KConfig *config ); + void save( TDEConfig *config ); + void restore( TDEConfig *config ); public slots: void push( const KURL& ); |