summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kcms')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp2
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 5a33cef..77dbc6e 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -68,7 +68,7 @@ AutoStartConfig::AutoStartConfig(TQWidget* parent, const char* name, const TQStr
"Be careful with deactivation of unknown services."));
lay->addWidget( gb );
- _lvStartup = new KListView( gb );
+ _lvStartup = new TDEListView( gb );
_lvStartup->addColumn(i18n("Use"));
_lvStartup->addColumn(i18n("Service"));
_lvStartup->addColumn(i18n("Description"));
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