From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kontact/plugins/akregator/akregator_plugin.h | 2 +- kontact/plugins/kaddressbook/kaddressbook_plugin.h | 2 +- kontact/plugins/karm/karm_plugin.h | 2 +- kontact/plugins/kitchensync/kitchensync_plugin.h | 2 +- kontact/plugins/kmail/kcmkmailsummary.h | 2 +- kontact/plugins/kmail/kmail_plugin.h | 2 +- kontact/plugins/kmail/summarywidget.h | 2 +- kontact/plugins/knode/knode_plugin.h | 2 +- kontact/plugins/knotes/knotes_part.h | 2 +- kontact/plugins/knotes/knotes_part_p.h | 2 +- kontact/plugins/knotes/knotes_plugin.h | 2 +- kontact/plugins/knotes/summarywidget.h | 2 +- kontact/plugins/korganizer/journalplugin.h | 2 +- kontact/plugins/korganizer/kcmkorgsummary.h | 2 +- kontact/plugins/korganizer/korganizerplugin.h | 2 +- kontact/plugins/korganizer/summarywidget.h | 2 +- kontact/plugins/korganizer/todoplugin.h | 2 +- kontact/plugins/korganizer/todosummarywidget.h | 2 +- kontact/plugins/kpilot/summarywidget.h | 2 +- kontact/plugins/newsticker/kcmkontactknt.h | 4 ++-- kontact/plugins/newsticker/summarywidget.h | 2 +- kontact/plugins/specialdates/kcmsdsummary.h | 2 +- kontact/plugins/specialdates/sdsummarywidget.h | 2 +- kontact/plugins/summary/dropwidget.h | 2 +- kontact/plugins/summary/kcmkontactsummary.h | 4 ++-- kontact/plugins/summary/summaryview_part.h | 2 +- kontact/plugins/summary/summaryview_plugin.h | 2 +- kontact/plugins/test/test_part.h | 2 +- kontact/plugins/test/test_plugin.h | 2 +- kontact/plugins/weather/summarywidget.h | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) (limited to 'kontact/plugins') 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 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 ); -- cgit v1.2.3