summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-23 09:33:56 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-23 09:33:56 +0000
commitd53bf360906757a36588588fb0286d3b4784ffcb (patch)
treee231cb658b614b66ee2ff922cf92c2927de44962 /kcontrol
parent0406f543f8c9f30455199e0f3956da41f126b2fb (diff)
downloadtdebase-d53bf360906757a36588588fb0286d3b4784ffcb.tar.gz
tdebase-d53bf360906757a36588588fb0286d3b4784ffcb.zip
Minor compilation enhancements
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/input/core/themepage.h3
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 );