summaryrefslogtreecommitdiffstats
path: root/kcontrol/input/core/themepage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/input/core/themepage.h')
-rw-r--r--kcontrol/input/core/themepage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/input/core/themepage.h b/kcontrol/input/core/themepage.h
index 42d24dbe4..d1060797a 100644
--- a/kcontrol/input/core/themepage.h
+++ b/kcontrol/input/core/themepage.h
@@ -21,7 +21,7 @@
#include <tqwidget.h>
-class KListView;
+class TDEListView;
class TQListViewItem;
class ThemePage : public TQWidget
@@ -49,7 +49,7 @@ class ThemePage : public TQWidget
void insertThemes();
void fixCursorFile();
- KListView *listview;
+ TDEListView *listview;
TQString currentTheme, selectedTheme;
};