diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:12 -0600 |
commit | 4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823 (patch) | |
tree | 29c8b57041bdd44df52c6090be5f4afc75bd1d4e /plugins/scanfolder | |
parent | 5a28de2492a2755625b0f7b214a5d38cdfd7eda1 (diff) | |
download | ktorrent-4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823.tar.gz ktorrent-4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'plugins/scanfolder')
-rw-r--r-- | plugins/scanfolder/scanfolder.h | 2 | ||||
-rw-r--r-- | plugins/scanfolder/scanfolderplugin.h | 2 | ||||
-rw-r--r-- | plugins/scanfolder/scanfolderprefpagewidget.h | 2 |
3 files changed, 3 insertions, 3 deletions
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); |