summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/superimpose/superimposetool.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/superimpose/superimposetool.h')
-rw-r--r--digikam/imageplugins/superimpose/superimposetool.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/digikam/imageplugins/superimpose/superimposetool.h b/digikam/imageplugins/superimpose/superimposetool.h
index e2e59cb..c35803c 100644
--- a/digikam/imageplugins/superimpose/superimposetool.h
+++ b/digikam/imageplugins/superimpose/superimposetool.h
@@ -34,7 +34,7 @@
#include "editortool.h"
-class QPushButton;
+class TQPushButton;
namespace Digikam
{
@@ -51,10 +51,11 @@ class SuperImposeWidget;
class SuperImposeTool : public Digikam::EditorTool
{
Q_OBJECT
+ TQ_OBJECT
public:
- SuperImposeTool(QObject* parent);
+ SuperImposeTool(TQObject* tqparent);
~SuperImposeTool();
private slots: