summaryrefslogtreecommitdiffstats
path: root/kiosktool/pageWidget.h
diff options
context:
space:
mode:
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;