summaryrefslogtreecommitdiffstats
path: root/kshutdown/systemconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kshutdown/systemconfig.h')
-rw-r--r--kshutdown/systemconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshutdown/systemconfig.h b/kshutdown/systemconfig.h
index 216a121..7ff3e1d 100644
--- a/kshutdown/systemconfig.h
+++ b/kshutdown/systemconfig.h
@@ -51,8 +51,8 @@ private:
SystemConfig(TQWidget *parent);
TDEListViewItem *add(const Type type, const TQString &message);
void checkFile(const TQString &file);
- void checkKDE();
- void checkKDM();
+ void checkTDE();
+ void checkTDM();
private slots:
void slotExecuted(TQListViewItem *item);
};