summaryrefslogtreecommitdiffstats
path: root/kdelirc/kdelirc/iraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdelirc/kdelirc/iraction.h')
-rw-r--r--kdelirc/kdelirc/iraction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdelirc/kdelirc/iraction.h b/kdelirc/kdelirc/iraction.h
index 7d70d6c..14d0354 100644
--- a/kdelirc/kdelirc/iraction.h
+++ b/kdelirc/kdelirc/iraction.h
@@ -23,7 +23,7 @@
@author Gav Wood
*/
-class KConfig;
+class TDEConfig;
class IRAction
{
@@ -36,8 +36,8 @@ class IRAction
public:
// load/save convenience functions
- const IRAction &loadFromConfig(KConfig &theConfig, int index);
- void saveToConfig(KConfig &theConfig, int index) const;
+ const IRAction &loadFromConfig(TDEConfig &theConfig, int index);
+ void saveToConfig(TDEConfig &theConfig, int index) const;
// may be changed to a profile-based representation in the future.
const TQString function() const;