summaryrefslogtreecommitdiffstats
path: root/lib/kopainter
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopainter')
-rw-r--r--lib/kopainter/koColorChooser.h12
-rw-r--r--lib/kopainter/koColorSlider.h6
-rw-r--r--lib/kopainter/koFrameButton.h2
-rw-r--r--lib/kopainter/koIconChooser.h4
-rw-r--r--lib/kopainter/ko_cmyk_widget.h2
-rw-r--r--lib/kopainter/ko_color_wheel.h2
-rw-r--r--lib/kopainter/ko_gray_widget.h2
-rw-r--r--lib/kopainter/ko_hsv_widget.h2
-rw-r--r--lib/kopainter/ko_rgb_widget.h2
9 files changed, 17 insertions, 17 deletions
diff --git a/lib/kopainter/koColorChooser.h b/lib/kopainter/koColorChooser.h
index f1b259bc..d978823a 100644
--- a/lib/kopainter/koColorChooser.h
+++ b/lib/kopainter/koColorChooser.h
@@ -42,7 +42,7 @@ class ColorWidget;
class KoColorChooser : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoColorChooser(TQWidget *parent = 0L, const char *name = 0L);
@@ -82,7 +82,7 @@ private:
};
class ColorWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -100,7 +100,7 @@ protected:
class RGBWidget : public ColorWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
RGBWidget(TQWidget *parent = 0L);
@@ -138,7 +138,7 @@ private:
class HSVWidget : public ColorWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
HSVWidget(TQWidget *parent = 0L);
@@ -176,7 +176,7 @@ private:
class GreyWidget : public ColorWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
GreyWidget(TQWidget *parent = 0L);
@@ -202,7 +202,7 @@ protected:
class LABWidget : public ColorWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
LABWidget(TQWidget *parent = 0L);
diff --git a/lib/kopainter/koColorSlider.h b/lib/kopainter/koColorSlider.h
index 05a715a4..ac03d61a 100644
--- a/lib/kopainter/koColorSlider.h
+++ b/lib/kopainter/koColorSlider.h
@@ -30,7 +30,7 @@ class SliderWidget;
class KOPAINTER_EXPORT KoColorFrame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoColorFrame(TQWidget *parent = 0L);
@@ -63,7 +63,7 @@ protected:
class KOPAINTER_EXPORT KoSliderWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoSliderWidget(TQWidget *parent = 0L);
@@ -84,7 +84,7 @@ protected:
class KOPAINTER_EXPORT KoColorSlider : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoColorSlider(TQWidget *parent = 0L);
diff --git a/lib/kopainter/koFrameButton.h b/lib/kopainter/koFrameButton.h
index 67be4340..8648b1c0 100644
--- a/lib/kopainter/koFrameButton.h
+++ b/lib/kopainter/koFrameButton.h
@@ -28,7 +28,7 @@ class TQString;
class KoFrameButton : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoFrameButton(TQWidget *parent = 0, const char *name = 0);
diff --git a/lib/kopainter/koIconChooser.h b/lib/kopainter/koIconChooser.h
index ed81dc02..836df9f8 100644
--- a/lib/kopainter/koIconChooser.h
+++ b/lib/kopainter/koIconChooser.h
@@ -61,7 +61,7 @@ private:
class KOPAINTER_EXPORT KoIconChooser: public TQGridView
{
- Q_OBJECT
+ TQ_OBJECT
public:
// To make the items sorted, set 'sort' to true and override KoIconItem::compare().
@@ -123,7 +123,7 @@ private:
// kis_patternchooser. (Rob)
class KOPAINTER_EXPORT KoPatternChooser : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoPatternChooser( const TQPtrList<KoIconItem> &list, TQWidget *parent, const char *name = 0 );
diff --git a/lib/kopainter/ko_cmyk_widget.h b/lib/kopainter/ko_cmyk_widget.h
index 4e1e4c89..42afc6bb 100644
--- a/lib/kopainter/ko_cmyk_widget.h
+++ b/lib/kopainter/ko_cmyk_widget.h
@@ -43,7 +43,7 @@ struct CMYKColor
class KoCMYKWidget
: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
typedef TQWidget super;
diff --git a/lib/kopainter/ko_color_wheel.h b/lib/kopainter/ko_color_wheel.h
index d57a98da..582cae4f 100644
--- a/lib/kopainter/ko_color_wheel.h
+++ b/lib/kopainter/ko_color_wheel.h
@@ -28,7 +28,7 @@ class TQPainter;
class KoColorWheel : public KXYSelector
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/lib/kopainter/ko_gray_widget.h b/lib/kopainter/ko_gray_widget.h
index c2b49adf..4b1d7abe 100644
--- a/lib/kopainter/ko_gray_widget.h
+++ b/lib/kopainter/ko_gray_widget.h
@@ -35,7 +35,7 @@ class KDualColorButton;
class KoGrayWidget
: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
typedef TQWidget super;
diff --git a/lib/kopainter/ko_hsv_widget.h b/lib/kopainter/ko_hsv_widget.h
index 228475d0..035dc5ce 100644
--- a/lib/kopainter/ko_hsv_widget.h
+++ b/lib/kopainter/ko_hsv_widget.h
@@ -38,7 +38,7 @@ class TQSpinBox;
class KoHSVWidget
: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
typedef TQWidget super;
diff --git a/lib/kopainter/ko_rgb_widget.h b/lib/kopainter/ko_rgb_widget.h
index 827322f5..915d363d 100644
--- a/lib/kopainter/ko_rgb_widget.h
+++ b/lib/kopainter/ko_rgb_widget.h
@@ -37,7 +37,7 @@ class TQColor;
class KoRGBWidget
: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
typedef TQWidget super;