summaryrefslogtreecommitdiffstats
path: root/plugins/scanfolder
diff options
context:
space:
mode:
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);