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 fe348c30..acebb430 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 c7467e45..d721bdb6 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 f29e7ea0..6bd06cf7 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 acf836dc..d2f6f7b0 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 0005a92e..7780580e 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 71bb68f1..2690a4b2 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 5d33c766..71331089 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 916c1164..72677436 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 1f207d3b..2921502b 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 fd939b60..2f6153db 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 01b7125b..b93fe80e 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 54afef92..b015d1c6 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: