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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/input/core/themepage.h b/kcontrol/input/core/themepage.h
index 491c11f75..b4c964037 100644
--- a/kcontrol/input/core/themepage.h
+++ b/kcontrol/input/core/themepage.h
@@ -27,7 +27,7 @@ class ThemePage : public QWidget
Q_OBJECT
public:
- ThemePage( QWidget* parent = 0, const char* name = 0 );
+ ThemePage( TQWidget* parent = 0, const char* name = 0 );
~ThemePage();
// Called by the KCM
@@ -40,14 +40,14 @@ class ThemePage : public QWidget
void changed( bool );
private slots:
- void selectionChanged( QListViewItem * );
+ void selectionChanged( TQListViewItem * );
private:
void insertThemes();
void fixCursorFile();
KListView *listview;
- QString currentTheme, selectedTheme;
+ TQString currentTheme, selectedTheme;
};
#endif // __THEMEPAGE_H