summaryrefslogtreecommitdiffstats
path: root/plugins/scan/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/scan/scan.h')
-rw-r--r--plugins/scan/scan.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/scan/scan.h b/plugins/scan/scan.h
index ffb9792c..34cebdc3 100644
--- a/plugins/scan/scan.h
+++ b/plugins/scan/scan.h
@@ -21,20 +21,21 @@
#define SCAN_H
#include <kparts/plugin.h>
-#include <qimage.h>
+#include <tqimage.h>
class KScanDialog;
class Scan : public KParts::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- Scan(QObject *parent, const char *name, const QStringList &);
+ Scan(TQObject *tqparent, const char *name, const TQStringList &);
virtual ~Scan();
private slots:
void slotScan();
- void slotShowImage(const QImage &img);
+ void slotShowImage(const TQImage &img);
private:
KScanDialog *scanDialog;