summaryrefslogtreecommitdiffstats
path: root/plugins/scanfolder
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:33 +0900
commit22521a5d98abf03cf740ccdd940e682e76b529d7 (patch)
treea32bf98c8e94a33754d2fe34b6787216805f6977 /plugins/scanfolder
parent784c049997d8ed3af085108f22a0fee1f42c5107 (diff)
downloadktorrent-22521a5d98abf03cf740ccdd940e682e76b529d7.tar.gz
ktorrent-22521a5d98abf03cf740ccdd940e682e76b529d7.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/scanfolder')
-rw-r--r--plugins/scanfolder/scanfolder.h2
-rw-r--r--plugins/scanfolder/scanfolderplugin.h2
-rw-r--r--plugins/scanfolder/scanfolderprefpagewidget.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/scanfolder/scanfolder.h b/plugins/scanfolder/scanfolder.h
index 680f74c..58fbd04 100644
--- a/plugins/scanfolder/scanfolder.h
+++ b/plugins/scanfolder/scanfolder.h
@@ -55,7 +55,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 527b36d..3ea18ce 100644
--- a/plugins/scanfolder/scanfolderplugin.h
+++ b/plugins/scanfolder/scanfolderplugin.h
@@ -37,7 +37,7 @@ namespace kt
*/
class ScanFolderPlugin : public Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ScanFolderPlugin(TQObject* parent, const char* name, const TQStringList& args);
diff --git a/plugins/scanfolder/scanfolderprefpagewidget.h b/plugins/scanfolder/scanfolderprefpagewidget.h
index 6468d9d..963ca40 100644
--- a/plugins/scanfolder/scanfolderprefpagewidget.h
+++ b/plugins/scanfolder/scanfolderprefpagewidget.h
@@ -26,7 +26,7 @@ namespace kt
{
class ScanFolderPrefPageWidget: public SfPrefPageWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ScanFolderPrefPageWidget(TQWidget *parent = 0, const char *name = 0);