summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart/kcmautostart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:45 -0600
commit867b7c23aa5ee22368683f23635ded9506587069 (patch)
tree8747f77cbce50d64c134ec5b6ba042c0652a3b2d /kiosktool/kcms/autostart/kcmautostart.h
parentfa83271d8cc574c52a889303f76c8fa1988f0773 (diff)
downloadkiosktool-867b7c23aa5ee22368683f23635ded9506587069.tar.gz
kiosktool-867b7c23aa5ee22368683f23635ded9506587069.zip
Rename a number of classes to enhance compatibility with KDE4
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