summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /kontact
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
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 343132d03..2c8a5a4db 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 aaa400786..09bc25c7f 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 f490f517e..961c4b07b 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 875906f02..3af1a8773 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 207fa8948..27b6b417f 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 8302dee7d..44f3441fa 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 0996f3990..7b3d10776 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 efb218c16..a391436a0 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 025a3f7d1..ae8792802 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 9ab74ac2c..59b66add1 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 73e27551c..28bb63abc 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 c8d1d6371..c6ed79b4e 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 4ab1be70b..a3c7c790e 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 3794638ef..b8a66b968 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 de48b2ff6..12d485404 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 088bdea3b..305873d76 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 af76b782b..8387df651 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 ea698f91a..216557857 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 83abfa914..e5a322951 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 1f7df4f1f..02fc11c49 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 4d2896cd2..4775fbeb9 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 e8374edc1..292444cdd 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 3e04ed88d..209934fdf 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 7bb00c7e8..b3a56d0ac 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 4a7c5c45f..c5122fb87 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 7e18f2195..bdff28b70 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 00f45a5d8..ff9fb70aa 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 c4fe2c8b2..d406f4411 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 33c9b8f08..fa1620452 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 28a591dde..9a7b605c7 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 44d7c6d8c..1be750fe1 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 1be87ddea..c70b98952 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 8a22b33a6..256fb5207 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 b47351511..8bb36ce87 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 c5faa503f..c2d29a5ab 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 135332284..35859bda0 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 0bb8cb47a..0affd92d3 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 6732ed27f..90e9045bd 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 dc0aee034..640fec99a 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 2224b29f5..12ed57471 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 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();