diff options
Diffstat (limited to 'kcontrol/input')
-rw-r--r-- | kcontrol/input/core/themepage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kcontrol/input/core/themepage.h b/kcontrol/input/core/themepage.h index 646354d91..f27ab3eb3 100644 --- a/kcontrol/input/core/themepage.h +++ b/kcontrol/input/core/themepage.h @@ -19,12 +19,15 @@ #ifndef __THEMEPAGE_H #define __THEMEPAGE_H +#include <tqwidget.h> + class KListView; class TQListViewItem; class ThemePage : public TQWidget { Q_OBJECT + TQ_OBJECT public: ThemePage( TQWidget* parent = 0, const char* name = 0 ); |