summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/batchprocessimages/plugin_batchprocessimages.h')
-rw-r--r--kipi-plugins/batchprocessimages/plugin_batchprocessimages.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h b/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h
index ff78a8f..3600c55 100644
--- a/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h
+++ b/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h
@@ -23,9 +23,9 @@
#ifndef PLUGIN_BATCHPROCESSIMAGES_H
#define PLUGIN_BATCHPROCESSIMAGES_H
-// Include files for Qt
+// Include files for TQt
-#include <qstring.h>
+#include <tqstring.h>
// Include files for KDE
@@ -45,12 +45,13 @@ class KIPIBatchProcessImagesPlugin::ResizeImagesDialog;
class Plugin_BatchProcessImages : public KIPI::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- Plugin_BatchProcessImages(QObject *parent, const char* name, const QStringList &args);
+ Plugin_BatchProcessImages(TQObject *tqparent, const char* name, const TQStringList &args);
virtual ~Plugin_BatchProcessImages();
virtual KIPI::Category category( KAction* action ) const;
- virtual void setup( QWidget* );
+ virtual void setup( TQWidget* );
public slots:
void slotActivate();