summaryrefslogtreecommitdiffstats
path: root/karbon/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/widgets')
-rw-r--r--karbon/widgets/vcanvas.h2
-rw-r--r--karbon/widgets/vcolorslider.h2
-rw-r--r--karbon/widgets/vgradienttabwidget.h2
-rw-r--r--karbon/widgets/vgradientwidget.h2
-rw-r--r--karbon/widgets/vreference.h2
-rw-r--r--karbon/widgets/vruler.h2
-rw-r--r--karbon/widgets/vselecttoolbar.h2
-rw-r--r--karbon/widgets/vsmallpreview.h2
-rw-r--r--karbon/widgets/vstrokefillpreview.h2
-rw-r--r--karbon/widgets/vtoolbox.h2
-rw-r--r--karbon/widgets/vtranslate.h2
-rw-r--r--karbon/widgets/vtypebuttonbox.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/karbon/widgets/vcanvas.h b/karbon/widgets/vcanvas.h
index fe348c304..acebb4301 100644
--- a/karbon/widgets/vcanvas.h
+++ b/karbon/widgets/vcanvas.h
@@ -33,7 +33,7 @@ class VPainter;
class KARBONCOMMON_EXPORT VCanvas : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
VCanvas( TQWidget *parent, KarbonView* view, KarbonPart* part );
diff --git a/karbon/widgets/vcolorslider.h b/karbon/widgets/vcolorslider.h
index c7467e454..d721bdb6a 100644
--- a/karbon/widgets/vcolorslider.h
+++ b/karbon/widgets/vcolorslider.h
@@ -34,7 +34,7 @@ class KGradientSelector;
*/
class VColorSlider : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/karbon/widgets/vgradienttabwidget.h b/karbon/widgets/vgradienttabwidget.h
index f29e7ea01..6bd06cf75 100644
--- a/karbon/widgets/vgradienttabwidget.h
+++ b/karbon/widgets/vgradienttabwidget.h
@@ -76,7 +76,7 @@ class VGradientPreview : public TQWidget
class KARBONBASE_EXPORT VGradientTabWidget : public TQTabWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/widgets/vgradientwidget.h b/karbon/widgets/vgradientwidget.h
index acf836dc1..d2f6f7b02 100644
--- a/karbon/widgets/vgradientwidget.h
+++ b/karbon/widgets/vgradientwidget.h
@@ -28,7 +28,7 @@ class VColor;
class KARBONBASE_EXPORT VGradientWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/widgets/vreference.h b/karbon/widgets/vreference.h
index 0005a92e7..7780580e8 100644
--- a/karbon/widgets/vreference.h
+++ b/karbon/widgets/vreference.h
@@ -43,7 +43,7 @@ enum Choice
class VReference : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
VReference( TQWidget *parent = 0L, const char *name = 0L );
diff --git a/karbon/widgets/vruler.h b/karbon/widgets/vruler.h
index 71bb68f1d..2690a4b2c 100644
--- a/karbon/widgets/vruler.h
+++ b/karbon/widgets/vruler.h
@@ -31,7 +31,7 @@
class TQPainter;
class VRuler : public TQFrame {
- Q_OBJECT
+ TQ_OBJECT
typedef TQFrame super;
diff --git a/karbon/widgets/vselecttoolbar.h b/karbon/widgets/vselecttoolbar.h
index 5d33c766a..713310895 100644
--- a/karbon/widgets/vselecttoolbar.h
+++ b/karbon/widgets/vselecttoolbar.h
@@ -29,7 +29,7 @@ class KarbonView;
class VSelectToolBar : public TDEToolBar
{
- Q_OBJECT
+ TQ_OBJECT
public:
VSelectToolBar( KarbonView *view, const char* name = 0L );
diff --git a/karbon/widgets/vsmallpreview.h b/karbon/widgets/vsmallpreview.h
index 916c11644..726774366 100644
--- a/karbon/widgets/vsmallpreview.h
+++ b/karbon/widgets/vsmallpreview.h
@@ -33,7 +33,7 @@ class VStroke;
class VSmallPreview : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
VSmallPreview( TQWidget* parent = 0L, const char* name = 0L );
diff --git a/karbon/widgets/vstrokefillpreview.h b/karbon/widgets/vstrokefillpreview.h
index 1f207d3ba..2921502b3 100644
--- a/karbon/widgets/vstrokefillpreview.h
+++ b/karbon/widgets/vstrokefillpreview.h
@@ -30,7 +30,7 @@ class KarbonPart;
class VStrokeFillPreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/widgets/vtoolbox.h b/karbon/widgets/vtoolbox.h
index fd939b60d..2f6153db7 100644
--- a/karbon/widgets/vtoolbox.h
+++ b/karbon/widgets/vtoolbox.h
@@ -27,7 +27,7 @@ class VTool;
class VToolBox : public KoToolBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/widgets/vtranslate.h b/karbon/widgets/vtranslate.h
index 01b7125b2..b93fe80ea 100644
--- a/karbon/widgets/vtranslate.h
+++ b/karbon/widgets/vtranslate.h
@@ -31,7 +31,7 @@ class KDoubleNumInput;
class VTranslate : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/widgets/vtypebuttonbox.h b/karbon/widgets/vtypebuttonbox.h
index 54afef927..b015d1c65 100644
--- a/karbon/widgets/vtypebuttonbox.h
+++ b/karbon/widgets/vtypebuttonbox.h
@@ -26,7 +26,7 @@ class KarbonPart;
class VTypeButtonBox : public TQHButtonGroup
{
- Q_OBJECT
+ TQ_OBJECT
public: