diff options
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& ); |