summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/galleryexport/plugin_galleryexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/galleryexport/plugin_galleryexport.h')
-rw-r--r--kipi-plugins/galleryexport/plugin_galleryexport.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kipi-plugins/galleryexport/plugin_galleryexport.h b/kipi-plugins/galleryexport/plugin_galleryexport.h
index b6505dc..a6f61d3 100644
--- a/kipi-plugins/galleryexport/plugin_galleryexport.h
+++ b/kipi-plugins/galleryexport/plugin_galleryexport.h
@@ -36,16 +36,17 @@ class Galleries;
class Plugin_GalleryExport : public KIPI::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- Plugin_GalleryExport(QObject *parent,
+ Plugin_GalleryExport(TQObject *tqparent,
const char* name,
- const QStringList &args);
+ const TQStringList &args);
~Plugin_GalleryExport();
virtual KIPI::Category category( KAction* action ) const;
- virtual void setup( QWidget* );
+ virtual void setup( TQWidget* );
public slots: