summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
Diffstat (limited to 'kontact')
-rw-r--r--kontact/interfaces/core.h2
-rw-r--r--kontact/interfaces/plugin.h2
-rw-r--r--kontact/interfaces/summary.h2
-rw-r--r--kontact/interfaces/uniqueapphandler.h2
-rw-r--r--kontact/plugins/akregator/akregator_plugin.h2
-rw-r--r--kontact/plugins/kaddressbook/kaddressbook_plugin.h2
-rw-r--r--kontact/plugins/karm/karm_plugin.h2
-rw-r--r--kontact/plugins/kitchensync/kitchensync_plugin.h2
-rw-r--r--kontact/plugins/kmail/kcmkmailsummary.h2
-rw-r--r--kontact/plugins/kmail/kmail_plugin.h2
-rw-r--r--kontact/plugins/kmail/summarywidget.h2
-rw-r--r--kontact/plugins/knode/knode_plugin.h2
-rw-r--r--kontact/plugins/knotes/knotes_part.h2
-rw-r--r--kontact/plugins/knotes/knotes_part_p.h2
-rw-r--r--kontact/plugins/knotes/knotes_plugin.h2
-rw-r--r--kontact/plugins/knotes/summarywidget.h2
-rw-r--r--kontact/plugins/korganizer/journalplugin.h2
-rw-r--r--kontact/plugins/korganizer/kcmkorgsummary.h2
-rw-r--r--kontact/plugins/korganizer/korganizerplugin.h2
-rw-r--r--kontact/plugins/korganizer/summarywidget.h2
-rw-r--r--kontact/plugins/korganizer/todoplugin.h2
-rw-r--r--kontact/plugins/korganizer/todosummarywidget.h2
-rw-r--r--kontact/plugins/kpilot/summarywidget.h2
-rw-r--r--kontact/plugins/newsticker/kcmkontactknt.h4
-rw-r--r--kontact/plugins/newsticker/summarywidget.h2
-rw-r--r--kontact/plugins/specialdates/kcmsdsummary.h2
-rw-r--r--kontact/plugins/specialdates/sdsummarywidget.h2
-rw-r--r--kontact/plugins/summary/dropwidget.h2
-rw-r--r--kontact/plugins/summary/kcmkontactsummary.h4
-rw-r--r--kontact/plugins/summary/summaryview_part.h2
-rw-r--r--kontact/plugins/summary/summaryview_plugin.h2
-rw-r--r--kontact/plugins/test/test_part.h2
-rw-r--r--kontact/plugins/test/test_plugin.h2
-rw-r--r--kontact/plugins/weather/summarywidget.h2
-rw-r--r--kontact/src/aboutdialog.h2
-rw-r--r--kontact/src/iconsidepane.h4
-rw-r--r--kontact/src/kcmkontact.h4
-rw-r--r--kontact/src/mainwindow.h2
-rw-r--r--kontact/src/profiledialog.h2
-rw-r--r--kontact/src/profilemanager.h2
-rw-r--r--kontact/src/sidepanebase.h2
41 files changed, 45 insertions, 45 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index 343132d0..2c8a5a4d 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -41,7 +41,7 @@ class Plugin;
class KDE_EXPORT Core : public KParts::MainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
virtual ~Core();
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h
index aaa40078..09bc25c7 100644
--- a/kontact/interfaces/plugin.h
+++ b/kontact/interfaces/plugin.h
@@ -58,7 +58,7 @@ class Summary;
class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h
index f490f517..961c4b07 100644
--- a/kontact/interfaces/summary.h
+++ b/kontact/interfaces/summary.h
@@ -36,7 +36,7 @@ namespace Kontact
class KDE_EXPORT Summary : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
Summary( TQWidget *parent, const char *name = 0 );
diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h
index 875906f0..3af1a877 100644
--- a/kontact/interfaces/uniqueapphandler.h
+++ b/kontact/interfaces/uniqueapphandler.h
@@ -92,7 +92,7 @@ template <class T> class UniqueAppHandlerFactory : public UniqueAppHandlerFactor
class KDE_EXPORT UniqueAppWatcher : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kontact/plugins/akregator/akregator_plugin.h b/kontact/plugins/akregator/akregator_plugin.h
index 207fa894..27b6b417 100644
--- a/kontact/plugins/akregator/akregator_plugin.h
+++ b/kontact/plugins/akregator/akregator_plugin.h
@@ -51,7 +51,7 @@ class UniqueAppHandler : public Kontact::UniqueAppHandler
class Plugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
Plugin( Kontact::Core *core, const char *name,
diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.h b/kontact/plugins/kaddressbook/kaddressbook_plugin.h
index 8302dee7..44f3441f 100644
--- a/kontact/plugins/kaddressbook/kaddressbook_plugin.h
+++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.h
@@ -45,7 +45,7 @@ public:
class KAddressbookPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KAddressbookPlugin( Kontact::Core *core, const char *name, const TQStringList& );
diff --git a/kontact/plugins/karm/karm_plugin.h b/kontact/plugins/karm/karm_plugin.h
index 0996f399..7b3d1077 100644
--- a/kontact/plugins/karm/karm_plugin.h
+++ b/kontact/plugins/karm/karm_plugin.h
@@ -37,7 +37,7 @@ class KAboutData;
class KarmPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KarmPlugin( Kontact::Core *core, const char *name,
diff --git a/kontact/plugins/kitchensync/kitchensync_plugin.h b/kontact/plugins/kitchensync/kitchensync_plugin.h
index efb218c1..a391436a 100644
--- a/kontact/plugins/kitchensync/kitchensync_plugin.h
+++ b/kontact/plugins/kitchensync/kitchensync_plugin.h
@@ -35,7 +35,7 @@ class KAboutData;
class KitchenSyncPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KitchenSyncPlugin( Kontact::Core *core, const char *name,
diff --git a/kontact/plugins/kmail/kcmkmailsummary.h b/kontact/plugins/kmail/kcmkmailsummary.h
index 025a3f7d..ae879280 100644
--- a/kontact/plugins/kmail/kcmkmailsummary.h
+++ b/kontact/plugins/kmail/kcmkmailsummary.h
@@ -36,7 +36,7 @@ class TQCheckListItem;
class KCMKMailSummary : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMKMailSummary( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kontact/plugins/kmail/kmail_plugin.h b/kontact/plugins/kmail/kmail_plugin.h
index 9ab74ac2..59b66add 100644
--- a/kontact/plugins/kmail/kmail_plugin.h
+++ b/kontact/plugins/kmail/kmail_plugin.h
@@ -46,7 +46,7 @@ public:
class KMailPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KMailPlugin( Kontact::Core *core, const char *name, const TQStringList& );
diff --git a/kontact/plugins/kmail/summarywidget.h b/kontact/plugins/kmail/summarywidget.h
index 73e27551..28bb63ab 100644
--- a/kontact/plugins/kmail/summarywidget.h
+++ b/kontact/plugins/kmail/summarywidget.h
@@ -41,7 +41,7 @@ class TQString;
class SummaryWidget : public Kontact::Summary, public DCOPObject
{
Q_OBJECT
-// TQ_OBJECT
+//
K_DCOP
public:
diff --git a/kontact/plugins/knode/knode_plugin.h b/kontact/plugins/knode/knode_plugin.h
index c8d1d637..c6ed79b4 100644
--- a/kontact/plugins/knode/knode_plugin.h
+++ b/kontact/plugins/knode/knode_plugin.h
@@ -43,7 +43,7 @@ public:
class KNodePlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KNodePlugin( Kontact::Core *core, const char *name, const TQStringList& );
diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h
index 4ab1be70..a3c7c790 100644
--- a/kontact/plugins/knotes/knotes_part.h
+++ b/kontact/plugins/knotes/knotes_part.h
@@ -47,7 +47,7 @@ class Journal;
class KNotesPart : public KParts::ReadOnlyPart, virtual public KNotesIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
KNotesPart( TQObject *parent = 0, const char *name = 0 );
diff --git a/kontact/plugins/knotes/knotes_part_p.h b/kontact/plugins/knotes/knotes_part_p.h
index 3794638e..b8a66b96 100644
--- a/kontact/plugins/knotes/knotes_part_p.h
+++ b/kontact/plugins/knotes/knotes_part_p.h
@@ -115,7 +115,7 @@ class KNotesIconView : public KIconView
class KNoteEditDlg : public KDialogBase, virtual public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
KNoteEditDlg( TQWidget *parent = 0, const char *name = 0 )
diff --git a/kontact/plugins/knotes/knotes_plugin.h b/kontact/plugins/knotes/knotes_plugin.h
index de48b2ff..12d48540 100644
--- a/kontact/plugins/knotes/knotes_plugin.h
+++ b/kontact/plugins/knotes/knotes_plugin.h
@@ -32,7 +32,7 @@ class SummaryWidget;
class KNotesPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KNotesPlugin( Kontact::Core *core, const char *name, const TQStringList& );
diff --git a/kontact/plugins/knotes/summarywidget.h b/kontact/plugins/knotes/summarywidget.h
index 088bdea3..305873d7 100644
--- a/kontact/plugins/knotes/summarywidget.h
+++ b/kontact/plugins/knotes/summarywidget.h
@@ -43,7 +43,7 @@ namespace Kontact {
class KNotesSummaryWidget : public Kontact::Summary
{
Q_OBJECT
- TQ_OBJECT
+
public:
KNotesSummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 );
diff --git a/kontact/plugins/korganizer/journalplugin.h b/kontact/plugins/korganizer/journalplugin.h
index af76b782..8387df65 100644
--- a/kontact/plugins/korganizer/journalplugin.h
+++ b/kontact/plugins/korganizer/journalplugin.h
@@ -34,7 +34,7 @@
class JournalPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
JournalPlugin( Kontact::Core *core, const char *name, const TQStringList& );
~JournalPlugin();
diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h
index ea698f91..21655785 100644
--- a/kontact/plugins/korganizer/kcmkorgsummary.h
+++ b/kontact/plugins/korganizer/kcmkorgsummary.h
@@ -32,7 +32,7 @@ class TQButtonGroup;
class KCMKOrgSummary : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMKOrgSummary( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kontact/plugins/korganizer/korganizerplugin.h b/kontact/plugins/korganizer/korganizerplugin.h
index 83abfa91..e5a32295 100644
--- a/kontact/plugins/korganizer/korganizerplugin.h
+++ b/kontact/plugins/korganizer/korganizerplugin.h
@@ -36,7 +36,7 @@
class KOrganizerPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KOrganizerPlugin( Kontact::Core *core, const char *name, const TQStringList& );
diff --git a/kontact/plugins/korganizer/summarywidget.h b/kontact/plugins/korganizer/summarywidget.h
index 1f7df4f1..02fc11c4 100644
--- a/kontact/plugins/korganizer/summarywidget.h
+++ b/kontact/plugins/korganizer/summarywidget.h
@@ -39,7 +39,7 @@ class KOrganizerPlugin;
class SummaryWidget : public Kontact::Summary
{
Q_OBJECT
- TQ_OBJECT
+
public:
SummaryWidget( KOrganizerPlugin *plugin, TQWidget *parent,
diff --git a/kontact/plugins/korganizer/todoplugin.h b/kontact/plugins/korganizer/todoplugin.h
index 4d2896cd..4775fbeb 100644
--- a/kontact/plugins/korganizer/todoplugin.h
+++ b/kontact/plugins/korganizer/todoplugin.h
@@ -34,7 +34,7 @@
class TodoPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
TodoPlugin( Kontact::Core *core, const char *name, const TQStringList& );
~TodoPlugin();
diff --git a/kontact/plugins/korganizer/todosummarywidget.h b/kontact/plugins/korganizer/todosummarywidget.h
index e8374edc..292444cd 100644
--- a/kontact/plugins/korganizer/todosummarywidget.h
+++ b/kontact/plugins/korganizer/todosummarywidget.h
@@ -39,7 +39,7 @@ class TodoPlugin;
class TodoSummaryWidget : public Kontact::Summary
{
Q_OBJECT
- TQ_OBJECT
+
public:
TodoSummaryWidget( TodoPlugin *plugin, TQWidget *parent,
diff --git a/kontact/plugins/kpilot/summarywidget.h b/kontact/plugins/kpilot/summarywidget.h
index 3e04ed88..209934fd 100644
--- a/kontact/plugins/kpilot/summarywidget.h
+++ b/kontact/plugins/kpilot/summarywidget.h
@@ -45,7 +45,7 @@ class KURLLabel;
class SummaryWidget : public Kontact::Summary, public DCOPObject
{
Q_OBJECT
- TQ_OBJECT
+
K_DCOP
public:
diff --git a/kontact/plugins/newsticker/kcmkontactknt.h b/kontact/plugins/newsticker/kcmkontactknt.h
index 7bb00c7e..b3a56d0a 100644
--- a/kontact/plugins/newsticker/kcmkontactknt.h
+++ b/kontact/plugins/newsticker/kcmkontactknt.h
@@ -38,7 +38,7 @@ class NewsItem;
class KCMKontactKNT : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMKontactKNT( TQWidget *parent = 0, const char *name = 0 );
@@ -86,7 +86,7 @@ class KCMKontactKNT : public KCModule
class NewsEditDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
NewsEditDialog( const TQString&, const TQString&, TQWidget *parent );
diff --git a/kontact/plugins/newsticker/summarywidget.h b/kontact/plugins/newsticker/summarywidget.h
index 4a7c5c45..c5122fb8 100644
--- a/kontact/plugins/newsticker/summarywidget.h
+++ b/kontact/plugins/newsticker/summarywidget.h
@@ -56,7 +56,7 @@ typedef TQValueList<Feed> FeedList;
class SummaryWidget : public Kontact::Summary, public DCOPObject
{
Q_OBJECT
-// TQ_OBJECT
+//
K_DCOP
public:
diff --git a/kontact/plugins/specialdates/kcmsdsummary.h b/kontact/plugins/specialdates/kcmsdsummary.h
index 7e18f219..bdff28b7 100644
--- a/kontact/plugins/specialdates/kcmsdsummary.h
+++ b/kontact/plugins/specialdates/kcmsdsummary.h
@@ -36,7 +36,7 @@ class KAboutData;
class KCMSDSummary : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMSDSummary( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kontact/plugins/specialdates/sdsummarywidget.h b/kontact/plugins/specialdates/sdsummarywidget.h
index 00f45a5d..ff9fb70a 100644
--- a/kontact/plugins/specialdates/sdsummarywidget.h
+++ b/kontact/plugins/specialdates/sdsummarywidget.h
@@ -43,7 +43,7 @@ class TQLabel;
class SDSummaryWidget : public Kontact::Summary
{
Q_OBJECT
- TQ_OBJECT
+
public:
SDSummaryWidget( Kontact::Plugin *plugin, TQWidget *parent,
diff --git a/kontact/plugins/summary/dropwidget.h b/kontact/plugins/summary/dropwidget.h
index c4fe2c8b..d406f441 100644
--- a/kontact/plugins/summary/dropwidget.h
+++ b/kontact/plugins/summary/dropwidget.h
@@ -27,7 +27,7 @@
class DropWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
DropWidget( TQWidget *parent, const char *name = 0 );
diff --git a/kontact/plugins/summary/kcmkontactsummary.h b/kontact/plugins/summary/kcmkontactsummary.h
index 33c9b8f0..fa162045 100644
--- a/kontact/plugins/summary/kcmkontactsummary.h
+++ b/kontact/plugins/summary/kcmkontactsummary.h
@@ -33,7 +33,7 @@ class KPluginInfo;
class PluginView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
PluginView( TQWidget *parent, const char *name = 0 );
@@ -43,7 +43,7 @@ class PluginView : public KListView
class KCMKontactSummary : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMKontactSummary( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kontact/plugins/summary/summaryview_part.h b/kontact/plugins/summary/summaryview_part.h
index 28a591dd..9a7b605c 100644
--- a/kontact/plugins/summary/summaryview_part.h
+++ b/kontact/plugins/summary/summaryview_part.h
@@ -52,7 +52,7 @@ class KCMultiDialog;
class SummaryViewPart : public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
SummaryViewPart( Kontact::Core *core, const char *widgetName,
diff --git a/kontact/plugins/summary/summaryview_plugin.h b/kontact/plugins/summary/summaryview_plugin.h
index 44d7c6d8..1be750fe 100644
--- a/kontact/plugins/summary/summaryview_plugin.h
+++ b/kontact/plugins/summary/summaryview_plugin.h
@@ -35,7 +35,7 @@ class SummaryViewPart;
class SummaryView : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
SummaryView( Kontact::Core *core, const char *name, const TQStringList& );
diff --git a/kontact/plugins/test/test_part.h b/kontact/plugins/test/test_part.h
index 1be87dde..c70b9895 100644
--- a/kontact/plugins/test/test_part.h
+++ b/kontact/plugins/test/test_part.h
@@ -34,7 +34,7 @@ class KAddressBookIface_stub;
class TestPart : public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kontact/plugins/test/test_plugin.h b/kontact/plugins/test/test_plugin.h
index 8a22b33a..256fb520 100644
--- a/kontact/plugins/test/test_plugin.h
+++ b/kontact/plugins/test/test_plugin.h
@@ -34,7 +34,7 @@ class TestPart;
class TestPlugin : public Kontact::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kontact/plugins/weather/summarywidget.h b/kontact/plugins/weather/summarywidget.h
index b4735151..8bb36ce8 100644
--- a/kontact/plugins/weather/summarywidget.h
+++ b/kontact/plugins/weather/summarywidget.h
@@ -87,7 +87,7 @@ class WeatherData
class SummaryWidget : public Kontact::Summary, public DCOPObject
{
Q_OBJECT
-// TQ_OBJECT
+//
K_DCOP
public:
SummaryWidget( TQWidget *parent, const char *name = 0 );
diff --git a/kontact/src/aboutdialog.h b/kontact/src/aboutdialog.h
index c5faa503..c2d29a5a 100644
--- a/kontact/src/aboutdialog.h
+++ b/kontact/src/aboutdialog.h
@@ -34,7 +34,7 @@ class Plugin;
class AboutDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AboutDialog( Kontact::Core *core, const char *name = 0 );
diff --git a/kontact/src/iconsidepane.h b/kontact/src/iconsidepane.h
index 13533228..35859bda 100644
--- a/kontact/src/iconsidepane.h
+++ b/kontact/src/iconsidepane.h
@@ -118,7 +118,7 @@ class EntryItemToolTip : public TQToolTip
class Navigator : public KListBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
Navigator( IconSidePane *parent = 0, const char *name = 0 );
@@ -174,7 +174,7 @@ class Navigator : public KListBox
class IconSidePane : public SidePaneBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
IconSidePane( Core *core, TQWidget *parent, const char *name = 0 );
~IconSidePane();
diff --git a/kontact/src/kcmkontact.h b/kontact/src/kcmkontact.h
index 0bb8cb47..0affd92d 100644
--- a/kontact/src/kcmkontact.h
+++ b/kontact/src/kcmkontact.h
@@ -39,7 +39,7 @@ class KListView;
class KcmKontact : public KPrefsModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KcmKontact( TQWidget *parent = 0, const char *name = 0 );
@@ -50,7 +50,7 @@ class KcmKontact : public KPrefsModule
class PluginSelection : public KPrefsWid
{
Q_OBJECT
- TQ_OBJECT
+
public:
PluginSelection( KConfigSkeleton::ItemString *item, TQWidget *parent );
diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h
index 6732ed27..90e9045b 100644
--- a/kontact/src/mainwindow.h
+++ b/kontact/src/mainwindow.h
@@ -67,7 +67,7 @@ typedef TQPtrList<KAction> ActionPluginList;
class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public KontactIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainWindow();
diff --git a/kontact/src/profiledialog.h b/kontact/src/profiledialog.h
index dc0aee03..640fec99 100644
--- a/kontact/src/profiledialog.h
+++ b/kontact/src/profiledialog.h
@@ -40,7 +40,7 @@ namespace Kontact {
class ProfileDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
explicit ProfileDialog( TQWidget* parent = 0, WFlags f = 0 );
diff --git a/kontact/src/profilemanager.h b/kontact/src/profilemanager.h
index 2224b29f..12ed5747 100644
--- a/kontact/src/profilemanager.h
+++ b/kontact/src/profilemanager.h
@@ -89,7 +89,7 @@ private:
class ProfileManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum ImportError {
SuccessfulImport=0,
diff --git a/kontact/src/sidepanebase.h b/kontact/src/sidepanebase.h
index 6942ac8b..47ed0932 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();