diff options
Diffstat (limited to 'kontact/src/sidepanebase.h')
-rw-r--r-- | kontact/src/sidepanebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/src/sidepanebase.h b/kontact/src/sidepanebase.h index 6942ac8b4..47ed09322 100644 --- a/kontact/src/sidepanebase.h +++ b/kontact/src/sidepanebase.h @@ -34,7 +34,7 @@ class Plugin; class SidePaneBase : public TQVBox { Q_OBJECT - TQ_OBJECT + public: SidePaneBase( Core *core, TQWidget *parent, const char *name = 0 ); virtual ~SidePaneBase(); |