summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/channelmixer/channelmixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/channelmixer/channelmixer.h')
-rw-r--r--digikam/imageplugins/channelmixer/channelmixer.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/digikam/imageplugins/channelmixer/channelmixer.h b/digikam/imageplugins/channelmixer/channelmixer.h
index a3f985f..fe863ee 100644
--- a/digikam/imageplugins/channelmixer/channelmixer.h
+++ b/digikam/imageplugins/channelmixer/channelmixer.h
@@ -28,10 +28,10 @@
#include "imagedlgbase.h"
-class QCheckBox;
-class QComboBox;
-class QPushButton;
-class QHButtonGroup;
+class TQCheckBox;
+class TQComboBox;
+class TQPushButton;
+class TQHButtonGroup;
class KDoubleNumInput;
@@ -49,10 +49,11 @@ namespace DigikamChannelMixerImagesPlugin
class ChannelMixerDialog : public Digikam::ImageDlgBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ChannelMixerDialog(QWidget *parent);
+ ChannelMixerDialog(TQWidget *tqparent);
~ChannelMixerDialog();
private:
@@ -107,18 +108,18 @@ private:
double m_blackGreenGain;
double m_blackBlueGain;
- QComboBox *m_channelCB;
+ TQComboBox *m_channelCB;
- QHButtonGroup *m_scaleBG;
+ TQHButtonGroup *m_scaleBG;
KDoubleNumInput *m_redGain;
KDoubleNumInput *m_greenGain;
KDoubleNumInput *m_blueGain;
- QPushButton *m_resetButton;
+ TQPushButton *m_resetButton;
- QCheckBox *m_preserveLuminosity;
- QCheckBox *m_monochrome;
+ TQCheckBox *m_preserveLuminosity;
+ TQCheckBox *m_monochrome;
Digikam::ColorGradientWidget *m_hGradient;