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-24 11:00:00 +0900
commit694b657302a73bcdc1c98d928df81a62cee94d1d (patch)
tree3a138468bf08c9e0ae21ca0fdff37f6f9e2649fe /plugins/scanfolder
parentf7b3d4e9cd926384cf343b548aac637777eece7a (diff)
downloadktorrent-694b657302a73bcdc1c98d928df81a62cee94d1d.tar.gz
ktorrent-694b657302a73bcdc1c98d928df81a62cee94d1d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22521a5d98abf03cf740ccdd940e682e76b529d7)
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);