summaryrefslogtreecommitdiffstats
path: root/karbon
diff options
context:
space:
mode:
Diffstat (limited to 'karbon')
-rw-r--r--karbon/commands/vcommand.h2
-rw-r--r--karbon/dialogs/vcolordlg.h2
-rw-r--r--karbon/dialogs/vcolortab.h2
-rw-r--r--karbon/dialogs/vconfiguredlg.h10
-rw-r--r--karbon/dialogs/vstrokedlg.h2
-rw-r--r--karbon/dockers/vcolordocker.h2
-rw-r--r--karbon/dockers/vdocumentdocker.h8
-rw-r--r--karbon/dockers/vstrokedocker.h2
-rw-r--r--karbon/dockers/vstyledocker.h4
-rw-r--r--karbon/dockers/vtransformdocker.h2
-rw-r--r--karbon/karbon_drag.h2
-rw-r--r--karbon/karbon_factory.h2
-rw-r--r--karbon/karbon_part.h2
-rw-r--r--karbon/karbon_resourceserver.h2
-rw-r--r--karbon/karbon_view.h2
-rw-r--r--karbon/plugins/flattenpath/flattenpathplugin.h4
-rw-r--r--karbon/plugins/imagetool/imagetoolplugin.h2
-rw-r--r--karbon/plugins/insertknots/insertknotsplugin.h4
-rw-r--r--karbon/plugins/roundcorners/roundcornersplugin.h4
-rw-r--r--karbon/plugins/shadoweffect/shadoweffectplugin.h4
-rw-r--r--karbon/plugins/whirlpinch/whirlpinchplugin.h4
-rw-r--r--karbon/plugins/zoomtool/zoomtoolplugin.h2
-rw-r--r--karbon/tools/vdefaulttools.h2
-rw-r--r--karbon/tools/vellipsetool.h2
-rw-r--r--karbon/tools/vgradienttool.h2
-rw-r--r--karbon/tools/vpatterntool.h4
-rw-r--r--karbon/tools/vpenciltool.h2
-rw-r--r--karbon/tools/vpolylinetool.h2
-rw-r--r--karbon/tools/vselecttool.h4
-rw-r--r--karbon/tools/vstartool.h2
-rw-r--r--karbon/tools/vtexttool.h6
-rw-r--r--karbon/vtool.h2
-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
44 files changed, 61 insertions, 61 deletions
diff --git a/karbon/commands/vcommand.h b/karbon/commands/vcommand.h
index e15e8cf8..65341ec8 100644
--- a/karbon/commands/vcommand.h
+++ b/karbon/commands/vcommand.h
@@ -142,7 +142,7 @@ private:
*/
class VCommandHistory : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dialogs/vcolordlg.h b/karbon/dialogs/vcolordlg.h
index 001db0b9..481b9c02 100644
--- a/karbon/dialogs/vcolordlg.h
+++ b/karbon/dialogs/vcolordlg.h
@@ -29,7 +29,7 @@ class VFill;
class VColorDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dialogs/vcolortab.h b/karbon/dialogs/vcolortab.h
index 53e9532b..8c0d7281 100644
--- a/karbon/dialogs/vcolortab.h
+++ b/karbon/dialogs/vcolortab.h
@@ -33,7 +33,7 @@ class VColor;
class VColorTab : public TQTabWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dialogs/vconfiguredlg.h b/karbon/dialogs/vconfiguredlg.h
index 8203c3f8..04e15796 100644
--- a/karbon/dialogs/vconfiguredlg.h
+++ b/karbon/dialogs/vconfiguredlg.h
@@ -33,7 +33,7 @@ class TQComboBox;
class VConfigInterfacePage : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -64,7 +64,7 @@ private:
class VConfigMiscPage : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -91,7 +91,7 @@ private:
class VConfigDefaultPage : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -117,7 +117,7 @@ private:
class VConfigGridPage : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -147,7 +147,7 @@ private:
class VConfigureDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dialogs/vstrokedlg.h b/karbon/dialogs/vstrokedlg.h
index 50f7d080..d9e8f596 100644
--- a/karbon/dialogs/vstrokedlg.h
+++ b/karbon/dialogs/vstrokedlg.h
@@ -33,7 +33,7 @@ class VColorTab;
class VStrokeDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dockers/vcolordocker.h b/karbon/dockers/vcolordocker.h
index 128fd5ff..f667bde1 100644
--- a/karbon/dockers/vcolordocker.h
+++ b/karbon/dockers/vcolordocker.h
@@ -33,7 +33,7 @@ class KoRGBWidget;
class VColorDocker : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dockers/vdocumentdocker.h b/karbon/dockers/vdocumentdocker.h
index bda9204b..8b896dd4 100644
--- a/karbon/dockers/vdocumentdocker.h
+++ b/karbon/dockers/vdocumentdocker.h
@@ -39,7 +39,7 @@ class KarbonView;
class VDocumentPreview : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -63,7 +63,7 @@ class VDocumentPreview : public TQWidget
class VDocumentTab : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -134,7 +134,7 @@ private:
class VLayersTab : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -222,7 +222,7 @@ class VHistoryItem : public TQListViewItem
class VHistoryTab : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dockers/vstrokedocker.h b/karbon/dockers/vstrokedocker.h
index eacc4bd5..8f25febd 100644
--- a/karbon/dockers/vstrokedocker.h
+++ b/karbon/dockers/vstrokedocker.h
@@ -32,7 +32,7 @@ class KarbonPart;
class VStrokeDocker : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dockers/vstyledocker.h b/karbon/dockers/vstyledocker.h
index 8410e3e0..33170afc 100644
--- a/karbon/dockers/vstyledocker.h
+++ b/karbon/dockers/vstyledocker.h
@@ -41,7 +41,7 @@ public:
class ClipartWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -70,7 +70,7 @@ private:
class VStyleDocker : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/dockers/vtransformdocker.h b/karbon/dockers/vtransformdocker.h
index c0086d7c..34e27579 100644
--- a/karbon/dockers/vtransformdocker.h
+++ b/karbon/dockers/vtransformdocker.h
@@ -27,7 +27,7 @@ class KoUnitDoubleSpinBox;
class VTransformDocker : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/karbon_drag.h b/karbon/karbon_drag.h
index f71159f5..afcf1955 100644
--- a/karbon/karbon_drag.h
+++ b/karbon/karbon_drag.h
@@ -31,7 +31,7 @@ class VDocument;
class KarbonDrag : public TQDragObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KarbonDrag( TQWidget* dragSource = 0, const char* name = 0 );
diff --git a/karbon/karbon_factory.h b/karbon/karbon_factory.h
index a30bd608..033b81ae 100644
--- a/karbon/karbon_factory.h
+++ b/karbon/karbon_factory.h
@@ -30,7 +30,7 @@ class KarbonResourceServer;
class KARBONCOMMON_EXPORT KarbonFactory : public KoFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/karbon_part.h b/karbon/karbon_part.h
index c771cf3d..53928640 100644
--- a/karbon/karbon_part.h
+++ b/karbon/karbon_part.h
@@ -44,7 +44,7 @@ class VCommandHistory;
class KARBONCOMMON_EXPORT KarbonPart : public KoDocument
{
- Q_OBJECT
+ TQ_OBJECT
public:
KarbonPart( TQWidget* parentWidget = 0L, const char* widgetName = 0L,
diff --git a/karbon/karbon_resourceserver.h b/karbon/karbon_resourceserver.h
index fbda1dab..1a3ee15f 100644
--- a/karbon/karbon_resourceserver.h
+++ b/karbon/karbon_resourceserver.h
@@ -42,7 +42,7 @@ class VObject;
class KARBONCOMMON_EXPORT KarbonResourceServer : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/karbon_view.h b/karbon/karbon_view.h
index a3b79465..d3aa4d86 100644
--- a/karbon/karbon_view.h
+++ b/karbon/karbon_view.h
@@ -73,7 +73,7 @@ class VCommand;
class KARBONCOMMON_EXPORT KarbonView : public KoView, public KXMLGUIBuilder
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/plugins/flattenpath/flattenpathplugin.h b/karbon/plugins/flattenpath/flattenpathplugin.h
index 3633480c..878919fb 100644
--- a/karbon/plugins/flattenpath/flattenpathplugin.h
+++ b/karbon/plugins/flattenpath/flattenpathplugin.h
@@ -28,7 +28,7 @@ class VFlattenDlg;
class FlattenPathPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
FlattenPathPlugin( KarbonView *parent, const char* name, const TQStringList & );
@@ -45,7 +45,7 @@ class KDoubleNumInput;
class VFlattenDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/plugins/imagetool/imagetoolplugin.h b/karbon/plugins/imagetool/imagetoolplugin.h
index e9e2ed13..87539499 100644
--- a/karbon/plugins/imagetool/imagetoolplugin.h
+++ b/karbon/plugins/imagetool/imagetoolplugin.h
@@ -29,7 +29,7 @@
*/
class ImageToolPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ImageToolPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/karbon/plugins/insertknots/insertknotsplugin.h b/karbon/plugins/insertknots/insertknotsplugin.h
index 3feb1877..ea8167ec 100644
--- a/karbon/plugins/insertknots/insertknotsplugin.h
+++ b/karbon/plugins/insertknots/insertknotsplugin.h
@@ -29,7 +29,7 @@ class KarbonView;
class InsertKnotsPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & );
@@ -46,7 +46,7 @@ class KIntSpinBox;
class VInsertKnotsDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/plugins/roundcorners/roundcornersplugin.h b/karbon/plugins/roundcorners/roundcornersplugin.h
index 3a7c544f..452b2162 100644
--- a/karbon/plugins/roundcorners/roundcornersplugin.h
+++ b/karbon/plugins/roundcorners/roundcornersplugin.h
@@ -30,7 +30,7 @@ class VRoundCornersDlg;
class KARBONBASE_EXPORT VRoundCornersPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
VRoundCornersPlugin( KarbonView *parent, const char* name, const TQStringList & );
@@ -47,7 +47,7 @@ class KDoubleNumInput;
class VRoundCornersDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/plugins/shadoweffect/shadoweffectplugin.h b/karbon/plugins/shadoweffect/shadoweffectplugin.h
index 6c05d829..18e84745 100644
--- a/karbon/plugins/shadoweffect/shadoweffectplugin.h
+++ b/karbon/plugins/shadoweffect/shadoweffectplugin.h
@@ -30,7 +30,7 @@ class VShadowEffectDlg;
class ShadowEffectPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ShadowEffectPlugin( KarbonView *parent, const char* name, const TQStringList & );
@@ -47,7 +47,7 @@ class KIntNumInput;
class VShadowEffectDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.h b/karbon/plugins/whirlpinch/whirlpinchplugin.h
index 81cd4003..427577b6 100644
--- a/karbon/plugins/whirlpinch/whirlpinchplugin.h
+++ b/karbon/plugins/whirlpinch/whirlpinchplugin.h
@@ -29,7 +29,7 @@ class VWhirlPinchDlg;
class WhirlPinchPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & );
@@ -46,7 +46,7 @@ class KDoubleNumInput;
class VWhirlPinchDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/plugins/zoomtool/zoomtoolplugin.h b/karbon/plugins/zoomtool/zoomtoolplugin.h
index 97a5a752..fb3211a7 100644
--- a/karbon/plugins/zoomtool/zoomtoolplugin.h
+++ b/karbon/plugins/zoomtool/zoomtoolplugin.h
@@ -30,7 +30,7 @@
*/
class ZoomToolPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ZoomToolPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/karbon/tools/vdefaulttools.h b/karbon/tools/vdefaulttools.h
index 43125e43..1050d8ca 100644
--- a/karbon/tools/vdefaulttools.h
+++ b/karbon/tools/vdefaulttools.h
@@ -30,7 +30,7 @@
*/
class VDefaultTools : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
VDefaultTools(TQObject *parent, const char *name, const TQStringList &);
diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h
index 4a46aad5..83dd3257 100644
--- a/karbon/tools/vellipsetool.h
+++ b/karbon/tools/vellipsetool.h
@@ -33,7 +33,7 @@ class TQWidget;
class VEllipseOptionsWidget : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
VEllipseOptionsWidget( KarbonPart *part, TQWidget *parent = 0L, const char *name = 0L );
diff --git a/karbon/tools/vgradienttool.h b/karbon/tools/vgradienttool.h
index bb1f17f8..19117c84 100644
--- a/karbon/tools/vgradienttool.h
+++ b/karbon/tools/vgradienttool.h
@@ -30,7 +30,7 @@ class VGradientTabWidget;
class VGradientTool : public VTool
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/tools/vpatterntool.h b/karbon/tools/vpatterntool.h
index 36cc88f7..1abdbed4 100644
--- a/karbon/tools/vpatterntool.h
+++ b/karbon/tools/vpatterntool.h
@@ -32,7 +32,7 @@ class KoIconChooser;
class VPatternWidget : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -60,7 +60,7 @@ private:
class VPatternTool : public VTool
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/tools/vpenciltool.h b/karbon/tools/vpenciltool.h
index 8def1526..3fec0c45 100644
--- a/karbon/tools/vpenciltool.h
+++ b/karbon/tools/vpenciltool.h
@@ -44,7 +44,7 @@ class TQCursor;
class VPencilOptionsWidget : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
VPencilOptionsWidget( KarbonView*view, TQWidget* parent = 0L, const char* name = 0L );
diff --git a/karbon/tools/vpolylinetool.h b/karbon/tools/vpolylinetool.h
index 6743da21..cd449b3a 100644
--- a/karbon/tools/vpolylinetool.h
+++ b/karbon/tools/vpolylinetool.h
@@ -48,7 +48,7 @@ class TQCursor;
class VPolylineTool : public VTool
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/tools/vselecttool.h b/karbon/tools/vselecttool.h
index 464dc6af..b389c9d2 100644
--- a/karbon/tools/vselecttool.h
+++ b/karbon/tools/vselecttool.h
@@ -29,7 +29,7 @@ class KarbonView;
class VSelectOptionsWidget : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -44,7 +44,7 @@ private:
class VSelectTool : public VTool
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/karbon/tools/vstartool.h b/karbon/tools/vstartool.h
index 5c8936dc..a8ec36c1 100644
--- a/karbon/tools/vstartool.h
+++ b/karbon/tools/vstartool.h
@@ -33,7 +33,7 @@ class KarbonView;
class VStarOptionsWidget : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
VStarOptionsWidget( KarbonPart *part, TQWidget* parent = 0L, const char* name = 0L );
diff --git a/karbon/tools/vtexttool.h b/karbon/tools/vtexttool.h
index e88142ac..1a94495c 100644
--- a/karbon/tools/vtexttool.h
+++ b/karbon/tools/vtexttool.h
@@ -47,7 +47,7 @@ class TQCursor;
class ShadowPreview : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -68,7 +68,7 @@ private:
class ShadowWidget : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -100,7 +100,7 @@ protected:
class VTextOptionsWidget : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/karbon/vtool.h b/karbon/vtool.h
index 87d7b1b3..c9193874 100644
--- a/karbon/vtool.h
+++ b/karbon/vtool.h
@@ -50,7 +50,7 @@ enum enumToolType
*/
class KARBONBASE_EXPORT VTool : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
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: