summaryrefslogtreecommitdiffstats
path: root/kiosktool/pageWidget.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/pageWidget.h
parentfa83271d8cc574c52a889303f76c8fa1988f0773 (diff)
downloadkiosktool-867b7c23aa5ee22368683f23635ded9506587069.tar.gz
kiosktool-867b7c23aa5ee22368683f23635ded9506587069.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kiosktool/pageWidget.h')
-rw-r--r--kiosktool/pageWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/pageWidget.h b/kiosktool/pageWidget.h
index 5921892..cd64137 100644
--- a/kiosktool/pageWidget.h
+++ b/kiosktool/pageWidget.h
@@ -46,8 +46,8 @@ public:
TQWidget *widget() const { return m_widget; }
- void fillActionList(KListView *listView, ComponentData *componentData);
- bool saveActionListChanges(KListView *listView);
+ void fillActionList(TDEListView *listView, ComponentData *componentData);
+ bool saveActionListChanges(TDEListView *listView);
virtual void load() = 0;
virtual bool save() = 0;