summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/freerotation/imageeffect_freerotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/freerotation/imageeffect_freerotation.h')
-rw-r--r--digikam/imageplugins/freerotation/imageeffect_freerotation.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/digikam/imageplugins/freerotation/imageeffect_freerotation.h b/digikam/imageplugins/freerotation/imageeffect_freerotation.h
index eb14b62..586cf27 100644
--- a/digikam/imageplugins/freerotation/imageeffect_freerotation.h
+++ b/digikam/imageplugins/freerotation/imageeffect_freerotation.h
@@ -29,10 +29,10 @@
#include "imageguidedlg.h"
-class QFrame;
-class QLabel;
-class QCheckBox;
-class QComboBox;
+class TQFrame;
+class TQLabel;
+class TQCheckBox;
+class TQComboBox;
class KIntNumInput;
class KDoubleNumInput;
@@ -43,10 +43,11 @@ namespace DigikamFreeRotationImagesPlugin
class ImageEffect_FreeRotation : public Digikam::ImageGuideDlg
{
Q_OBJECT
+ TQ_OBJECT
public:
- ImageEffect_FreeRotation(QWidget *parent);
+ ImageEffect_FreeRotation(TQWidget *tqparent);
~ImageEffect_FreeRotation();
private slots:
@@ -65,12 +66,12 @@ protected:
private:
- QLabel *m_newWidthLabel;
- QLabel *m_newHeightLabel;
+ TQLabel *m_newWidthLabel;
+ TQLabel *m_newHeightLabel;
- QCheckBox *m_antialiasInput;
+ TQCheckBox *m_antialiasInput;
- QComboBox *m_autoCropCB;
+ TQComboBox *m_autoCropCB;
KIntNumInput *m_angleInput;