summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h')
-rw-r--r--digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h b/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h
index cf53f66c..95ba581d 100644
--- a/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h
+++ b/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h
@@ -25,16 +25,16 @@
#ifndef IMAGEEFFECT_LENSDISTORTION_H
#define IMAGEEFFECT_LENSDISTORTION_H
-// Qt includes.
+// TQt includes.
-#include <qimage.h>
+#include <tqimage.h>
// Digikam includes.
#include "dimg.h"
#include "imageguidedlg.h"
-class QLabel;
+class TQLabel;
class KDoubleNumInput;
@@ -44,10 +44,11 @@ namespace DigikamLensDistortionImagesPlugin
class ImageEffect_LensDistortion : public Digikam::ImageGuideDlg
{
Q_OBJECT
+ TQ_OBJECT
public:
- ImageEffect_LensDistortion(QWidget *parent);
+ ImageEffect_LensDistortion(TQWidget *tqparent);
~ImageEffect_LensDistortion();
private slots:
@@ -66,7 +67,7 @@ private:
private:
- QLabel *m_maskPreviewLabel;
+ TQLabel *m_tqmaskPreviewLabel;
KDoubleNumInput *m_mainInput;
KDoubleNumInput *m_edgeInput;