summaryrefslogtreecommitdiffstats
path: root/kontact/src/sidepanebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/src/sidepanebase.h')
-rw-r--r--kontact/src/sidepanebase.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kontact/src/sidepanebase.h b/kontact/src/sidepanebase.h
index 0b4a7a542..77acc66f7 100644
--- a/kontact/src/sidepanebase.h
+++ b/kontact/src/sidepanebase.h
@@ -31,11 +31,12 @@ namespace Kontact
class Core;
class Plugin;
-class SidePaneBase : public QVBox
+class SidePaneBase : public TQVBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- SidePaneBase( Core *core, TQWidget *parent, const char *name = 0 );
+ SidePaneBase( Core *core, TQWidget *tqparent, const char *name = 0 );
virtual ~SidePaneBase();
signals: