diff options
Diffstat (limited to 'kcontrol/input')
-rw-r--r-- | kcontrol/input/core/themepage.h | 2 | ||||
-rw-r--r-- | kcontrol/input/mouse.h | 6 | ||||
-rw-r--r-- | kcontrol/input/xcursor/themepage.h | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/kcontrol/input/core/themepage.h b/kcontrol/input/core/themepage.h index b4c964037..6ab6dcedd 100644 --- a/kcontrol/input/core/themepage.h +++ b/kcontrol/input/core/themepage.h @@ -20,7 +20,7 @@ #define __THEMEPAGE_H class KListView; -class QListViewItem; +class TQListViewItem; class ThemePage : public QWidget { diff --git a/kcontrol/input/mouse.h b/kcontrol/input/mouse.h index 749351f19..bee04d5ea 100644 --- a/kcontrol/input/mouse.h +++ b/kcontrol/input/mouse.h @@ -55,9 +55,9 @@ #define RIGHT_HANDED 0 #define LEFT_HANDED 1 -class QCheckBox; -class QSlider; -class QTabWidget; +class TQCheckBox; +class TQSlider; +class TQTabWidget; class MouseSettings { diff --git a/kcontrol/input/xcursor/themepage.h b/kcontrol/input/xcursor/themepage.h index 95ee12fd9..a4949a6ac 100644 --- a/kcontrol/input/xcursor/themepage.h +++ b/kcontrol/input/xcursor/themepage.h @@ -23,11 +23,11 @@ class KListView; -class QString; +class TQString; class PreviewWidget; -class QStringList; -class QListViewItem; -class QPushButton; +class TQStringList; +class TQListViewItem; +class TQPushButton; struct ThemeInfo; |