summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/galleryexport
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/galleryexport')
-rw-r--r--kipi-plugins/galleryexport/galleryconfig.h2
-rw-r--r--kipi-plugins/galleryexport/gallerylist.h2
-rw-r--r--kipi-plugins/galleryexport/gallerytalker.h2
-rw-r--r--kipi-plugins/galleryexport/gallerywidget.h2
-rw-r--r--kipi-plugins/galleryexport/gallerywindow.h2
-rw-r--r--kipi-plugins/galleryexport/plugin_galleryexport.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/kipi-plugins/galleryexport/galleryconfig.h b/kipi-plugins/galleryexport/galleryconfig.h
index e61f692..b82b92e 100644
--- a/kipi-plugins/galleryexport/galleryconfig.h
+++ b/kipi-plugins/galleryexport/galleryconfig.h
@@ -31,7 +31,7 @@ class Gallery;
class GalleryEdit : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kipi-plugins/galleryexport/gallerylist.h b/kipi-plugins/galleryexport/gallerylist.h
index 7ba2e10..6af56c2 100644
--- a/kipi-plugins/galleryexport/gallerylist.h
+++ b/kipi-plugins/galleryexport/gallerylist.h
@@ -31,7 +31,7 @@ class Galleries;
class GalleryList : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kipi-plugins/galleryexport/gallerytalker.h b/kipi-plugins/galleryexport/gallerytalker.h
index 70f1427..775b2d8 100644
--- a/kipi-plugins/galleryexport/gallerytalker.h
+++ b/kipi-plugins/galleryexport/gallerytalker.h
@@ -38,7 +38,7 @@ class GPhoto;
class GalleryTalker : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kipi-plugins/galleryexport/gallerywidget.h b/kipi-plugins/galleryexport/gallerywidget.h
index df03c95..4cd5e1f 100644
--- a/kipi-plugins/galleryexport/gallerywidget.h
+++ b/kipi-plugins/galleryexport/gallerywidget.h
@@ -32,7 +32,7 @@ namespace KIPIGalleryExportPlugin
class GalleryWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kipi-plugins/galleryexport/gallerywindow.h b/kipi-plugins/galleryexport/gallerywindow.h
index 5cf0102..536bca2 100644
--- a/kipi-plugins/galleryexport/gallerywindow.h
+++ b/kipi-plugins/galleryexport/gallerywindow.h
@@ -52,7 +52,7 @@ class GAlbumViewItem;
class GalleryWindow : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kipi-plugins/galleryexport/plugin_galleryexport.h b/kipi-plugins/galleryexport/plugin_galleryexport.h
index cea15bf..fbfd191 100644
--- a/kipi-plugins/galleryexport/plugin_galleryexport.h
+++ b/kipi-plugins/galleryexport/plugin_galleryexport.h
@@ -35,7 +35,7 @@ class Galleries;
class Plugin_GalleryExport : public KIPI::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public: