summaryrefslogtreecommitdiffstats
path: root/krita/ui/kis_birdeye_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/ui/kis_birdeye_box.h')
-rw-r--r--krita/ui/kis_birdeye_box.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/krita/ui/kis_birdeye_box.h b/krita/ui/kis_birdeye_box.h
index 46b6d72d..b9550474 100644
--- a/krita/ui/kis_birdeye_box.h
+++ b/krita/ui/kis_birdeye_box.h
@@ -20,7 +20,7 @@
#ifndef KIS_BIRDEYE_BOX_H
#define KIS_BIRDEYE_BOX_H
-#include "qwidget.h"
+#include "tqwidget.h"
#include "kis_types.h"
@@ -31,21 +31,22 @@ class KisCanvasSubject;
class KoZoomAdapter;
class KisColorSpace;
-class KisBirdEyeBox : public QWidget
+class KisBirdEyeBox : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KisBirdEyeBox(KisView * view, QWidget * parent = 0, const char* name=0);
+ KisBirdEyeBox(KisView * view, TQWidget * tqparent = 0, const char* name=0);
~KisBirdEyeBox();
void setImage(KisImageSP image);
public slots:
void slotDocCommandExecuted();
- void slotImageUpdated(QRect r);
- void slotImageSizeChanged(Q_INT32 w, Q_INT32 h);
+ void slotImageUpdated(TQRect r);
+ void slotImageSizeChanged(TQ_INT32 w, TQ_INT32 h);
void slotImageColorSpaceChanged(KisColorSpace *cs);
protected slots:
@@ -56,13 +57,13 @@ protected slots:
private:
KoBirdEyePanel * m_birdEyePanel;
KisDoubleWidget * m_exposureDoubleWidget;
- QLabel *m_exposureLabel;
+ TQLabel *m_exposureLabel;
KisView * m_view;
KisCanvasSubject * m_subject;
bool m_draggingExposureSlider;
KoZoomAdapter * m_zoomAdapter;
KisImageSP m_image;
- QRect m_dirtyRect;
+ TQRect m_dirtyRect;
};
#endif // KIS_BIRDEYE_BOX_H