summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart/kcmautostart.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kcms/autostart/kcmautostart.h')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.h b/kiosktool/kcms/autostart/kcmautostart.h
index 165994c..dcfe25a 100644
--- a/kiosktool/kcms/autostart/kcmautostart.h
+++ b/kiosktool/kcms/autostart/kcmautostart.h
@@ -22,7 +22,7 @@
#include <tqlistview.h>
#include <tdecmodule.h>
-class KListView;
+class TDEListView;
class TQStringList;
class TQPushButton;
@@ -48,7 +48,7 @@ protected slots:
void setAutoloadEnabled(TDEConfig *config, const TQString &filename, bool b);
private:
- KListView *_lvStartup;
+ TDEListView *_lvStartup;
};
class CheckListItem : public TQObject, public TQCheckListItem