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 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);