summaryrefslogtreecommitdiffstats
path: root/korganizer/actionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/actionmanager.h')
-rw-r--r--korganizer/actionmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h
index 8c6a4402..1d7d9915 100644
--- a/korganizer/actionmanager.h
+++ b/korganizer/actionmanager.h
@@ -50,7 +50,7 @@ class KActionCollection;
class KRecentFilesAction;
class KSelectAction;
class KToggleAction;
-class KConfig;
+class TDEConfig;
class TDEProcess;
class KTempFile;
class KXMLGUIClient;
@@ -259,7 +259,7 @@ class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface
void keyBindings();
/**
- Using the KConfig associated with the kapp variable, read in the
+ Using the TDEConfig associated with the kapp variable, read in the
settings from the config file.
*/
void readSettings();
@@ -270,8 +270,8 @@ class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface
void writeSettings();
/* Session management */
- void saveProperties( KConfig * );
- void readProperties( KConfig * );
+ void saveProperties( TDEConfig * );
+ void readProperties( TDEConfig * );
void loadParts();