summaryrefslogtreecommitdiffstats
path: root/kdelirc/kdelirc/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdelirc/kdelirc/modes.h')
-rw-r--r--kdelirc/kdelirc/modes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdelirc/kdelirc/modes.h b/kdelirc/kdelirc/modes.h
index ce89d43..d0de17a 100644
--- a/kdelirc/kdelirc/modes.h
+++ b/kdelirc/kdelirc/modes.h
@@ -24,18 +24,18 @@
@author Gav Wood
*/
-class KConfig;
+class TDEConfig;
typedef TQValueList<Mode> ModeList;
class Modes : protected TQMap<TQString, TQMap<TQString, Mode> >
{
- void purgeAllModes(KConfig &theConfig);
+ void purgeAllModes(TDEConfig &theConfig);
TQMap<TQString, TQString> theDefaults;
public:
- void loadFromConfig(KConfig &theConfig);
- void saveToConfig(KConfig &theConfig);
+ void loadFromConfig(TDEConfig &theConfig);
+ void saveToConfig(TDEConfig &theConfig);
void generateNulls(const TQStringList &theRemotes);
const Mode &getMode(const TQString &remote, const TQString &mode) const;