From 4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:12 -0600 Subject: Remove spurious TQ_OBJECT instances --- plugins/infowidget/availabilitychunkbar.h | 2 +- plugins/infowidget/chunkbar.h | 2 +- plugins/infowidget/chunkdownloadview.h | 2 +- plugins/infowidget/downloadedchunkbar.h | 2 +- plugins/infowidget/fileview.h | 2 +- plugins/infowidget/floatspinbox.h | 2 +- plugins/infowidget/infowidgetplugin.h | 2 +- plugins/infowidget/iwfiletreeitem.h | 2 +- plugins/infowidget/localefloatvalidator.h | 2 +- plugins/infowidget/peerview.h | 2 +- plugins/infowidget/statustab.h | 2 +- plugins/infowidget/trackerview.h | 2 +- plugins/ipfilter/convertdialog.h | 2 +- plugins/ipfilter/ipfilterplugin.h | 2 +- plugins/logviewer/logprefwidget.h | 2 +- plugins/logviewer/logviewer.h | 2 +- plugins/logviewer/logviewerplugin.h | 2 +- plugins/partfileimport/importdialog.h | 2 +- plugins/partfileimport/partfileimportplugin.h | 2 +- plugins/rssfeed/rss/image.h | 2 +- plugins/rssfeed/rss/loader.h | 8 ++++---- plugins/rssfeed/rss/testlibrss.h | 2 +- plugins/rssfeed/rssfeed.h | 2 +- plugins/rssfeed/rssfeedmanager.h | 2 +- plugins/rssfeed/rssfeedplugin.h | 2 +- plugins/rssfeed/rssfilter.h | 2 +- plugins/rssfeed/rsslinkdownloader.h | 2 +- plugins/scanfolder/scanfolder.h | 2 +- plugins/scanfolder/scanfolderplugin.h | 2 +- plugins/scanfolder/scanfolderprefpagewidget.h | 2 +- plugins/scheduler/bwsprefpagewidget.h | 2 +- plugins/scheduler/bwswidget.h | 2 +- plugins/scheduler/schedulerplugin.h | 2 +- plugins/scheduler/schedulerprefpagewidget.h | 2 +- plugins/search/htmlpart.h | 2 +- plugins/search/searchplugin.h | 2 +- plugins/search/searchprefpage.h | 2 +- plugins/search/searchtab.h | 2 +- plugins/search/searchwidget.h | 2 +- plugins/stats/ChartDrawer.h | 2 +- plugins/stats/StatsCon.h | 2 +- plugins/stats/StatsPluginPrefs.h | 2 +- plugins/stats/StatsSpd.h | 2 +- plugins/stats/statsplugin.h | 2 +- plugins/upnp/upnpmcastsocket.h | 2 +- plugins/upnp/upnpplugin.h | 2 +- plugins/upnp/upnpprefwidget.h | 2 +- plugins/upnp/upnprouter.h | 2 +- plugins/webinterface/httpclienthandler.h | 2 +- plugins/webinterface/httpserver.h | 2 +- plugins/webinterface/php_handler.h | 2 +- plugins/webinterface/webinterfaceplugin.h | 2 +- plugins/webinterface/webinterfaceprefwidget.h | 2 +- plugins/zeroconf/avahiservice.h | 2 +- plugins/zeroconf/zeroconfplugin.h | 2 +- 55 files changed, 58 insertions(+), 58 deletions(-) (limited to 'plugins') diff --git a/plugins/infowidget/availabilitychunkbar.h b/plugins/infowidget/availabilitychunkbar.h index 650b6a6..5897591 100644 --- a/plugins/infowidget/availabilitychunkbar.h +++ b/plugins/infowidget/availabilitychunkbar.h @@ -31,7 +31,7 @@ namespace kt class AvailabilityChunkBar : public ChunkBar { Q_OBJECT - TQ_OBJECT + public: AvailabilityChunkBar(TQWidget* parent, const char* name); virtual ~AvailabilityChunkBar(); diff --git a/plugins/infowidget/chunkbar.h b/plugins/infowidget/chunkbar.h index ef078a7..2c2ecf9 100644 --- a/plugins/infowidget/chunkbar.h +++ b/plugins/infowidget/chunkbar.h @@ -50,7 +50,7 @@ namespace kt class ChunkBar : public TQFrame { Q_OBJECT - TQ_OBJECT + public: ChunkBar(TQWidget *parent = 0, const char *name = 0); virtual ~ChunkBar(); diff --git a/plugins/infowidget/chunkdownloadview.h b/plugins/infowidget/chunkdownloadview.h index cc57d5b..e43044a 100644 --- a/plugins/infowidget/chunkdownloadview.h +++ b/plugins/infowidget/chunkdownloadview.h @@ -46,7 +46,7 @@ namespace kt class ChunkDownloadView : public ChunkDownloadViewBase { Q_OBJECT - TQ_OBJECT + TQMap items; kt::TorrentInterface* curr_tc; diff --git a/plugins/infowidget/downloadedchunkbar.h b/plugins/infowidget/downloadedchunkbar.h index c2f1bcf..1982fc3 100644 --- a/plugins/infowidget/downloadedchunkbar.h +++ b/plugins/infowidget/downloadedchunkbar.h @@ -30,7 +30,7 @@ namespace kt class DownloadedChunkBar : public ChunkBar { Q_OBJECT - TQ_OBJECT + public: DownloadedChunkBar(TQWidget* parent, const char* name); virtual ~DownloadedChunkBar(); diff --git a/plugins/infowidget/fileview.h b/plugins/infowidget/fileview.h index 8e9555d..826cab9 100644 --- a/plugins/infowidget/fileview.h +++ b/plugins/infowidget/fileview.h @@ -35,7 +35,7 @@ namespace kt class FileView : public KListView { Q_OBJECT - TQ_OBJECT + public: FileView(TQWidget *parent = 0, const char *name = 0); virtual ~FileView(); diff --git a/plugins/infowidget/floatspinbox.h b/plugins/infowidget/floatspinbox.h index 515634b..2df9966 100644 --- a/plugins/infowidget/floatspinbox.h +++ b/plugins/infowidget/floatspinbox.h @@ -38,7 +38,7 @@ namespace kt class FloatSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: FloatSpinBox( TQWidget* parent=0, const char* name=0 ); FloatSpinBox( int precision = 2, TQWidget* parent=0, const char* name=0 ); diff --git a/plugins/infowidget/infowidgetplugin.h b/plugins/infowidget/infowidgetplugin.h index 0d3f55c..75a7fea 100644 --- a/plugins/infowidget/infowidgetplugin.h +++ b/plugins/infowidget/infowidgetplugin.h @@ -42,7 +42,7 @@ namespace kt class InfoWidgetPlugin : public Plugin,public ViewListener { Q_OBJECT - TQ_OBJECT + public: InfoWidgetPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~InfoWidgetPlugin(); diff --git a/plugins/infowidget/iwfiletreeitem.h b/plugins/infowidget/iwfiletreeitem.h index 4810f92..d2eb350 100644 --- a/plugins/infowidget/iwfiletreeitem.h +++ b/plugins/infowidget/iwfiletreeitem.h @@ -39,7 +39,7 @@ namespace kt class IWFileTreeItem : public TQObject, public kt::FileTreeItem { Q_OBJECT - TQ_OBJECT + double perc_complete; public: diff --git a/plugins/infowidget/localefloatvalidator.h b/plugins/infowidget/localefloatvalidator.h index 2d9b4db..d5217ba 100644 --- a/plugins/infowidget/localefloatvalidator.h +++ b/plugins/infowidget/localefloatvalidator.h @@ -33,7 +33,7 @@ namespace kt{ class LocaleFloatValidator : public TQValidator { Q_OBJECT - TQ_OBJECT + public: LocaleFloatValidator( TQObject * parent, const char *name = 0 ); diff --git a/plugins/infowidget/peerview.h b/plugins/infowidget/peerview.h index fbdef37..f7a293b 100644 --- a/plugins/infowidget/peerview.h +++ b/plugins/infowidget/peerview.h @@ -55,7 +55,7 @@ namespace kt class PeerView : public KListView { Q_OBJECT - TQ_OBJECT + TQMap items; public: diff --git a/plugins/infowidget/statustab.h b/plugins/infowidget/statustab.h index acfa003..b5f73dc 100644 --- a/plugins/infowidget/statustab.h +++ b/plugins/infowidget/statustab.h @@ -30,7 +30,7 @@ namespace kt class StatusTab : public StatusTabBase { Q_OBJECT - TQ_OBJECT + public: StatusTab(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/plugins/infowidget/trackerview.h b/plugins/infowidget/trackerview.h index 8a810c7..2c22eb5 100644 --- a/plugins/infowidget/trackerview.h +++ b/plugins/infowidget/trackerview.h @@ -37,7 +37,7 @@ namespace kt class TrackerView: public TrackerViewBase { Q_OBJECT - TQ_OBJECT + public: TrackerView(TQWidget *parent = 0, const char *name = 0); virtual ~TrackerView(); diff --git a/plugins/ipfilter/convertdialog.h b/plugins/ipfilter/convertdialog.h index 5c170ea..408ff39 100644 --- a/plugins/ipfilter/convertdialog.h +++ b/plugins/ipfilter/convertdialog.h @@ -30,7 +30,7 @@ namespace kt class ConvertDialog: public ConvertingDlg { Q_OBJECT - TQ_OBJECT + public: ConvertDialog( IPFilterPlugin* p, TQWidget *parent = 0, const char *name = 0 ); diff --git a/plugins/ipfilter/ipfilterplugin.h b/plugins/ipfilter/ipfilterplugin.h index c434b2d..251bdcd 100644 --- a/plugins/ipfilter/ipfilterplugin.h +++ b/plugins/ipfilter/ipfilterplugin.h @@ -42,7 +42,7 @@ namespace kt class IPFilterPlugin : public Plugin, public kt::IPBlockingInterface { Q_OBJECT - TQ_OBJECT + public: IPFilterPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~IPFilterPlugin(); diff --git a/plugins/logviewer/logprefwidget.h b/plugins/logviewer/logprefwidget.h index efd7dc6..edb93f6 100644 --- a/plugins/logviewer/logprefwidget.h +++ b/plugins/logviewer/logprefwidget.h @@ -27,7 +27,7 @@ namespace kt class LogPrefWidget: public LogPrefWidgetBase { Q_OBJECT - TQ_OBJECT + public: LogPrefWidget(TQWidget *parent = 0, const char *name = 0); bool apply(); diff --git a/plugins/logviewer/logviewer.h b/plugins/logviewer/logviewer.h index 80c37f4..5fc7933 100644 --- a/plugins/logviewer/logviewer.h +++ b/plugins/logviewer/logviewer.h @@ -32,7 +32,7 @@ namespace kt class LogViewer : public KTextBrowser, public LogMonitorInterface { Q_OBJECT - TQ_OBJECT + public: LogViewer(TQWidget *parent = 0, const char *name = 0); virtual ~LogViewer(); diff --git a/plugins/logviewer/logviewerplugin.h b/plugins/logviewer/logviewerplugin.h index 3596148..ba990d6 100644 --- a/plugins/logviewer/logviewerplugin.h +++ b/plugins/logviewer/logviewerplugin.h @@ -35,7 +35,7 @@ namespace kt class LogViewerPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: LogViewerPlugin(TQObject* parent, const char* qt_name, const TQStringList& args); virtual ~LogViewerPlugin(); diff --git a/plugins/partfileimport/importdialog.h b/plugins/partfileimport/importdialog.h index ea39920..4a34483 100644 --- a/plugins/partfileimport/importdialog.h +++ b/plugins/partfileimport/importdialog.h @@ -46,7 +46,7 @@ namespace kt class ImportDialog : public ImportDlgBase,public bt::DataCheckerListener { Q_OBJECT - TQ_OBJECT + public: ImportDialog(CoreInterface* core,TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/plugins/partfileimport/partfileimportplugin.h b/plugins/partfileimport/partfileimportplugin.h index ff97ba5..7053bb5 100644 --- a/plugins/partfileimport/partfileimportplugin.h +++ b/plugins/partfileimport/partfileimportplugin.h @@ -33,7 +33,7 @@ namespace kt class PartFileImportPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: PartFileImportPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~PartFileImportPlugin(); diff --git a/plugins/rssfeed/rss/image.h b/plugins/rssfeed/rss/image.h index f0a43ca..bba2d6e 100644 --- a/plugins/rssfeed/rss/image.h +++ b/plugins/rssfeed/rss/image.h @@ -34,7 +34,7 @@ namespace RSS class Image : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor. diff --git a/plugins/rssfeed/rss/loader.h b/plugins/rssfeed/rss/loader.h index 807bee5..f81406d 100644 --- a/plugins/rssfeed/rss/loader.h +++ b/plugins/rssfeed/rss/loader.h @@ -35,7 +35,7 @@ namespace RSS class DataRetriever : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor. @@ -90,7 +90,7 @@ namespace RSS class FileRetriever : public DataRetriever { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor. @@ -160,7 +160,7 @@ namespace RSS class OutputRetriever : public DataRetriever { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor. @@ -255,7 +255,7 @@ namespace RSS class Loader : public TQObject { Q_OBJECT - TQ_OBJECT + friend class someClassWhichDoesNotExist; public: /** diff --git a/plugins/rssfeed/rss/testlibrss.h b/plugins/rssfeed/rss/testlibrss.h index 3d3e963..222943a 100644 --- a/plugins/rssfeed/rss/testlibrss.h +++ b/plugins/rssfeed/rss/testlibrss.h @@ -15,7 +15,7 @@ using RSS::Status; class Tester : public TQObject { Q_OBJECT - TQ_OBJECT + public: void test( const TQString &url ); diff --git a/plugins/rssfeed/rssfeed.h b/plugins/rssfeed/rssfeed.h index 835d1b3..46bd837 100644 --- a/plugins/rssfeed/rssfeed.h +++ b/plugins/rssfeed/rssfeed.h @@ -48,7 +48,7 @@ namespace kt class RssFeed : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/plugins/rssfeed/rssfeedmanager.h b/plugins/rssfeed/rssfeedmanager.h index bfb0660..67ac436 100644 --- a/plugins/rssfeed/rssfeedmanager.h +++ b/plugins/rssfeed/rssfeedmanager.h @@ -47,7 +47,7 @@ namespace kt class RssFeedManager : public RssFeedWidget { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/plugins/rssfeed/rssfeedplugin.h b/plugins/rssfeed/rssfeedplugin.h index 1fa0ff5..5014908 100644 --- a/plugins/rssfeed/rssfeedplugin.h +++ b/plugins/rssfeed/rssfeedplugin.h @@ -37,7 +37,7 @@ namespace kt class RssFeedPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: RssFeedPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~RssFeedPlugin(); diff --git a/plugins/rssfeed/rssfilter.h b/plugins/rssfeed/rssfilter.h index 2a24d7d..d557a78 100644 --- a/plugins/rssfeed/rssfilter.h +++ b/plugins/rssfeed/rssfilter.h @@ -69,7 +69,7 @@ namespace kt class RssFilter : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/plugins/rssfeed/rsslinkdownloader.h b/plugins/rssfeed/rsslinkdownloader.h index 17d8676..a47afd0 100644 --- a/plugins/rssfeed/rsslinkdownloader.h +++ b/plugins/rssfeed/rsslinkdownloader.h @@ -47,7 +47,7 @@ namespace kt class RssLinkDownloader : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/plugins/scanfolder/scanfolder.h b/plugins/scanfolder/scanfolder.h index fdae09a..f5b54b7 100644 --- a/plugins/scanfolder/scanfolder.h +++ b/plugins/scanfolder/scanfolder.h @@ -56,7 +56,7 @@ namespace kt class ScanFolder : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/plugins/scanfolder/scanfolderplugin.h b/plugins/scanfolder/scanfolderplugin.h index 3d74fab..527b36d 100644 --- a/plugins/scanfolder/scanfolderplugin.h +++ b/plugins/scanfolder/scanfolderplugin.h @@ -38,7 +38,7 @@ namespace kt class ScanFolderPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: ScanFolderPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~ScanFolderPlugin(); diff --git a/plugins/scanfolder/scanfolderprefpagewidget.h b/plugins/scanfolder/scanfolderprefpagewidget.h index ab4b348..6468d9d 100644 --- a/plugins/scanfolder/scanfolderprefpagewidget.h +++ b/plugins/scanfolder/scanfolderprefpagewidget.h @@ -27,7 +27,7 @@ namespace kt class ScanFolderPrefPageWidget: public SfPrefPageWidgetBase { Q_OBJECT - TQ_OBJECT + public: ScanFolderPrefPageWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/scheduler/bwsprefpagewidget.h b/plugins/scheduler/bwsprefpagewidget.h index 840311c..eb646ee 100644 --- a/plugins/scheduler/bwsprefpagewidget.h +++ b/plugins/scheduler/bwsprefpagewidget.h @@ -34,7 +34,7 @@ namespace kt class BWSPrefPageWidget : public BWSPage { Q_OBJECT - TQ_OBJECT + public: BWSPrefPageWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~BWSPrefPageWidget(); diff --git a/plugins/scheduler/bwswidget.h b/plugins/scheduler/bwswidget.h index 781517a..79d5ccd 100644 --- a/plugins/scheduler/bwswidget.h +++ b/plugins/scheduler/bwswidget.h @@ -44,7 +44,7 @@ namespace kt class BWSWidget : public TQTable { Q_OBJECT - TQ_OBJECT + public: BWSWidget(TQWidget* parent = 0, const char* name = 0, bool useColors = true); ~BWSWidget(); diff --git a/plugins/scheduler/schedulerplugin.h b/plugins/scheduler/schedulerplugin.h index 8d228c3..90bfd76 100644 --- a/plugins/scheduler/schedulerplugin.h +++ b/plugins/scheduler/schedulerplugin.h @@ -43,7 +43,7 @@ namespace kt class SchedulerPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: SchedulerPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~SchedulerPlugin(); diff --git a/plugins/scheduler/schedulerprefpagewidget.h b/plugins/scheduler/schedulerprefpagewidget.h index 567e5d7..271586f 100644 --- a/plugins/scheduler/schedulerprefpagewidget.h +++ b/plugins/scheduler/schedulerprefpagewidget.h @@ -32,7 +32,7 @@ namespace kt class SchedulerPrefPageWidget : public SchedulerPage { Q_OBJECT - TQ_OBJECT + public: SchedulerPrefPageWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/plugins/search/htmlpart.h b/plugins/search/htmlpart.h index 1a50d9b..433a2e2 100644 --- a/plugins/search/htmlpart.h +++ b/plugins/search/htmlpart.h @@ -37,7 +37,7 @@ namespace kt class HTMLPart : public KHTMLPart { Q_OBJECT - TQ_OBJECT + public: HTMLPart(TQWidget *parent = 0); virtual ~HTMLPart(); diff --git a/plugins/search/searchplugin.h b/plugins/search/searchplugin.h index 46b859b..6d6f2dd 100644 --- a/plugins/search/searchplugin.h +++ b/plugins/search/searchplugin.h @@ -37,7 +37,7 @@ namespace kt class SearchPlugin : public Plugin, public kt::CloseTabListener { Q_OBJECT - TQ_OBJECT + public: SearchPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~SearchPlugin(); diff --git a/plugins/search/searchprefpage.h b/plugins/search/searchprefpage.h index 58c80dd..fb2565a 100644 --- a/plugins/search/searchprefpage.h +++ b/plugins/search/searchprefpage.h @@ -34,7 +34,7 @@ namespace kt class SearchPrefPageWidget : public SEPreferences { Q_OBJECT - TQ_OBJECT + public: SearchPrefPageWidget(TQWidget *parent = 0); diff --git a/plugins/search/searchtab.h b/plugins/search/searchtab.h index 9c62bf3..95236d3 100644 --- a/plugins/search/searchtab.h +++ b/plugins/search/searchtab.h @@ -36,7 +36,7 @@ namespace kt class SearchTab : public TQObject { Q_OBJECT - TQ_OBJECT + public: SearchTab(KToolBar* toolbar); diff --git a/plugins/search/searchwidget.h b/plugins/search/searchwidget.h index fc03a06..e7d14d6 100644 --- a/plugins/search/searchwidget.h +++ b/plugins/search/searchwidget.h @@ -48,7 +48,7 @@ namespace kt class SearchWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SearchWidget(SearchPlugin* sp); virtual ~SearchWidget(); diff --git a/plugins/stats/ChartDrawer.h b/plugins/stats/ChartDrawer.h index 2345f14..912d153 100644 --- a/plugins/stats/ChartDrawer.h +++ b/plugins/stats/ChartDrawer.h @@ -47,7 +47,7 @@ namespace kt { class ChartDrawer : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ///Type used as widget size unit diff --git a/plugins/stats/StatsCon.h b/plugins/stats/StatsCon.h index da984f1..53371a2 100644 --- a/plugins/stats/StatsCon.h +++ b/plugins/stats/StatsCon.h @@ -35,7 +35,7 @@ namespace kt { class StatsCon : public StatsConWgt { Q_OBJECT - TQ_OBJECT + private: ///Layout of peers connections TQVBoxLayout * pmPeersConLay; diff --git a/plugins/stats/StatsPluginPrefs.h b/plugins/stats/StatsPluginPrefs.h index 1d5b4f7..271caf2 100644 --- a/plugins/stats/StatsPluginPrefs.h +++ b/plugins/stats/StatsPluginPrefs.h @@ -43,7 +43,7 @@ namespace kt { class StatsPluginPrefs : public TQObject, public PrefPageInterface { Q_OBJECT - TQ_OBJECT + private: ///Widget diff --git a/plugins/stats/StatsSpd.h b/plugins/stats/StatsSpd.h index 971209a..4f75161 100644 --- a/plugins/stats/StatsSpd.h +++ b/plugins/stats/StatsSpd.h @@ -39,7 +39,7 @@ namespace kt { class StatsSpd : public StatsSpdWgt { Q_OBJECT - TQ_OBJECT + private: ///Layout of upload speed diff --git a/plugins/stats/statsplugin.h b/plugins/stats/statsplugin.h index 4266d43..8cdf345 100644 --- a/plugins/stats/statsplugin.h +++ b/plugins/stats/statsplugin.h @@ -52,7 +52,7 @@ namespace kt { class StatsPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + private: ///Speed UI of the plugin diff --git a/plugins/upnp/upnpmcastsocket.h b/plugins/upnp/upnpmcastsocket.h index cc7a134..f072531 100644 --- a/plugins/upnp/upnpmcastsocket.h +++ b/plugins/upnp/upnpmcastsocket.h @@ -40,7 +40,7 @@ namespace kt class UPnPMCastSocket : public KNetwork::KDatagramSocket { Q_OBJECT - TQ_OBJECT + public: UPnPMCastSocket(bool verbose = false); virtual ~UPnPMCastSocket(); diff --git a/plugins/upnp/upnpplugin.h b/plugins/upnp/upnpplugin.h index 54fc619..a81a51c 100644 --- a/plugins/upnp/upnpplugin.h +++ b/plugins/upnp/upnpplugin.h @@ -33,7 +33,7 @@ namespace kt class UPnPPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: UPnPPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~UPnPPlugin(); diff --git a/plugins/upnp/upnpprefwidget.h b/plugins/upnp/upnpprefwidget.h index 4164943..9be0a24 100644 --- a/plugins/upnp/upnpprefwidget.h +++ b/plugins/upnp/upnpprefwidget.h @@ -41,7 +41,7 @@ namespace kt class UPnPPrefWidget : public UPnPWidget,public net::PortListener { Q_OBJECT - TQ_OBJECT + public: UPnPPrefWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/plugins/upnp/upnprouter.h b/plugins/upnp/upnprouter.h index 88b8054..1cbac0b 100644 --- a/plugins/upnp/upnprouter.h +++ b/plugins/upnp/upnprouter.h @@ -105,7 +105,7 @@ namespace kt class UPnPRouter : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct Forwarding diff --git a/plugins/webinterface/httpclienthandler.h b/plugins/webinterface/httpclienthandler.h index c76be5c..01d3913 100644 --- a/plugins/webinterface/httpclienthandler.h +++ b/plugins/webinterface/httpclienthandler.h @@ -41,7 +41,7 @@ namespace kt class HttpClientHandler : public TQObject { Q_OBJECT - TQ_OBJECT + enum State { WAITING_FOR_REQUEST, diff --git a/plugins/webinterface/httpserver.h b/plugins/webinterface/httpserver.h index dcdfdfe..a5eaa3b 100644 --- a/plugins/webinterface/httpserver.h +++ b/plugins/webinterface/httpserver.h @@ -65,7 +65,7 @@ namespace kt class HttpServer : public TQServerSocket { Q_OBJECT - TQ_OBJECT + public: HttpServer(CoreInterface *core, int port); virtual ~HttpServer(); diff --git a/plugins/webinterface/php_handler.h b/plugins/webinterface/php_handler.h index 197bdb7..9644ad2 100644 --- a/plugins/webinterface/php_handler.h +++ b/plugins/webinterface/php_handler.h @@ -32,7 +32,7 @@ namespace kt class PhpHandler : public TQProcess { Q_OBJECT - TQ_OBJECT + public: PhpHandler(const TQString & php_exe,PhpInterface *php); virtual ~PhpHandler(); diff --git a/plugins/webinterface/webinterfaceplugin.h b/plugins/webinterface/webinterfaceplugin.h index 3121641..260aa00 100644 --- a/plugins/webinterface/webinterfaceplugin.h +++ b/plugins/webinterface/webinterfaceplugin.h @@ -33,7 +33,7 @@ namespace kt class WebInterfacePlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: WebInterfacePlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~WebInterfacePlugin(); diff --git a/plugins/webinterface/webinterfaceprefwidget.h b/plugins/webinterface/webinterfaceprefwidget.h index d670238..e793be0 100644 --- a/plugins/webinterface/webinterfaceprefwidget.h +++ b/plugins/webinterface/webinterfaceprefwidget.h @@ -28,7 +28,7 @@ namespace kt class WebInterfacePrefWidget:public WebInterfacePreference { Q_OBJECT - TQ_OBJECT + public: WebInterfacePrefWidget(TQWidget *parent = 0, const char *name = 0); bool apply(); diff --git a/plugins/zeroconf/avahiservice.h b/plugins/zeroconf/avahiservice.h index fd9e144..02dde11 100644 --- a/plugins/zeroconf/avahiservice.h +++ b/plugins/zeroconf/avahiservice.h @@ -45,7 +45,7 @@ namespace kt class AvahiService : public kt::PeerSource { Q_OBJECT - TQ_OBJECT + public: AvahiService(const bt::PeerID&, bt::Uint16, const bt::SHA1Hash&); virtual ~AvahiService(); diff --git a/plugins/zeroconf/zeroconfplugin.h b/plugins/zeroconf/zeroconfplugin.h index 8888caf..de91c53 100644 --- a/plugins/zeroconf/zeroconfplugin.h +++ b/plugins/zeroconf/zeroconfplugin.h @@ -36,7 +36,7 @@ namespace kt class ZeroConfPlugin : public Plugin { Q_OBJECT - TQ_OBJECT + public: ZeroConfPlugin(TQObject* parent, const char* name, const TQStringList& args); virtual ~ZeroConfPlugin(); -- cgit v1.2.1