diff options
Diffstat (limited to 'karbon')
44 files changed, 61 insertions, 61 deletions
diff --git a/karbon/commands/vcommand.h b/karbon/commands/vcommand.h index 36c63996..1dbf8804 100644 --- a/karbon/commands/vcommand.h +++ b/karbon/commands/vcommand.h @@ -143,7 +143,7 @@ private: class VCommandHistory : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/karbon/dialogs/vcolordlg.h b/karbon/dialogs/vcolordlg.h index 97e53d27..001db0b9 100644 --- a/karbon/dialogs/vcolordlg.h +++ b/karbon/dialogs/vcolordlg.h @@ -30,7 +30,7 @@ class VFill; class VColorDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VColorDlg( const VColor &c, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dialogs/vcolortab.h b/karbon/dialogs/vcolortab.h index c705b675..53e9532b 100644 --- a/karbon/dialogs/vcolortab.h +++ b/karbon/dialogs/vcolortab.h @@ -34,7 +34,7 @@ class VColor; class VColorTab : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: VColorTab( const VColor &c, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dialogs/vconfiguredlg.h b/karbon/dialogs/vconfiguredlg.h index 2ba989de..80c2114b 100644 --- a/karbon/dialogs/vconfiguredlg.h +++ b/karbon/dialogs/vconfiguredlg.h @@ -34,7 +34,7 @@ class TQComboBox; class VConfigInterfacePage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigInterfacePage( @@ -65,7 +65,7 @@ private: class VConfigMiscPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigMiscPage( @@ -92,7 +92,7 @@ private: class VConfigDefaultPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigDefaultPage( @@ -118,7 +118,7 @@ private: class VConfigGridPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigGridPage( @@ -148,7 +148,7 @@ private: class VConfigureDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VConfigureDlg( KarbonView* parent ); diff --git a/karbon/dialogs/vstrokedlg.h b/karbon/dialogs/vstrokedlg.h index eab40610..50f7d080 100644 --- a/karbon/dialogs/vstrokedlg.h +++ b/karbon/dialogs/vstrokedlg.h @@ -34,7 +34,7 @@ class VColorTab; class VStrokeDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VStrokeDlg( KarbonPart* part, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vcolordocker.h b/karbon/dockers/vcolordocker.h index a973d7c6..128fd5ff 100644 --- a/karbon/dockers/vcolordocker.h +++ b/karbon/dockers/vcolordocker.h @@ -34,7 +34,7 @@ class KoRGBWidget; class VColorDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VColorDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vdocumentdocker.h b/karbon/dockers/vdocumentdocker.h index f88bdf7f..bda9204b 100644 --- a/karbon/dockers/vdocumentdocker.h +++ b/karbon/dockers/vdocumentdocker.h @@ -40,7 +40,7 @@ class KarbonView; class VDocumentPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VDocumentPreview( KarbonView* view, TQWidget* parent = 0 ); @@ -64,7 +64,7 @@ class VDocumentPreview : public TQWidget class VDocumentTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VDocumentTab( KarbonView* view, TQWidget* parent ); @@ -135,7 +135,7 @@ private: class VLayersTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VLayersTab( KarbonView* view, TQWidget* parent = 0 ); @@ -223,7 +223,7 @@ class VHistoryItem : public TQListViewItem class VHistoryTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VHistoryTab( KarbonPart* part, TQWidget* parent ); diff --git a/karbon/dockers/vstrokedocker.h b/karbon/dockers/vstrokedocker.h index a470619a..eacc4bd5 100644 --- a/karbon/dockers/vstrokedocker.h +++ b/karbon/dockers/vstrokedocker.h @@ -33,7 +33,7 @@ class KarbonPart; class VStrokeDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VStrokeDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vstyledocker.h b/karbon/dockers/vstyledocker.h index f994d53e..8410e3e0 100644 --- a/karbon/dockers/vstyledocker.h +++ b/karbon/dockers/vstyledocker.h @@ -42,7 +42,7 @@ public: class ClipartWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ClipartWidget( TQPtrList<VClipartIconItem>* clipartItems, KarbonPart *part, TQWidget* parent = 0L ); @@ -71,7 +71,7 @@ private: class VStyleDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VStyleDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vtransformdocker.h b/karbon/dockers/vtransformdocker.h index 712b86f4..c0086d7c 100644 --- a/karbon/dockers/vtransformdocker.h +++ b/karbon/dockers/vtransformdocker.h @@ -28,7 +28,7 @@ class KoUnitDoubleSpinBox; class VTransformDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VTransformDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/karbon_drag.h b/karbon/karbon_drag.h index f514b55d..f71159f5 100644 --- a/karbon/karbon_drag.h +++ b/karbon/karbon_drag.h @@ -32,7 +32,7 @@ class VDocument; class KarbonDrag : public TQDragObject { Q_OBJECT - TQ_OBJECT + public: KarbonDrag( TQWidget* dragSource = 0, const char* name = 0 ); const char* format( int i ) const; diff --git a/karbon/karbon_factory.h b/karbon/karbon_factory.h index db0351f6..fb7c09c6 100644 --- a/karbon/karbon_factory.h +++ b/karbon/karbon_factory.h @@ -31,7 +31,7 @@ class KarbonResourceServer; class KARBONCOMMON_EXPORT KarbonFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KarbonFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/karbon/karbon_part.h b/karbon/karbon_part.h index 9c9ae91a..c771cf3d 100644 --- a/karbon/karbon_part.h +++ b/karbon/karbon_part.h @@ -45,7 +45,7 @@ class VCommandHistory; class KARBONCOMMON_EXPORT KarbonPart : public KoDocument { Q_OBJECT - TQ_OBJECT + public: KarbonPart( TQWidget* parentWidget = 0L, const char* widgetName = 0L, TQObject* parent = 0L, const char* name = 0L, bool singleViewMode = false ); diff --git a/karbon/karbon_resourceserver.h b/karbon/karbon_resourceserver.h index cf1aae55..fbda1dab 100644 --- a/karbon/karbon_resourceserver.h +++ b/karbon/karbon_resourceserver.h @@ -43,7 +43,7 @@ class VObject; class KARBONCOMMON_EXPORT KarbonResourceServer : public TQObject { Q_OBJECT - TQ_OBJECT + public: KarbonResourceServer(); diff --git a/karbon/karbon_view.h b/karbon/karbon_view.h index ac3dc8dd..879f5bb0 100644 --- a/karbon/karbon_view.h +++ b/karbon/karbon_view.h @@ -74,7 +74,7 @@ class VCommand; class KARBONCOMMON_EXPORT KarbonView : public KoView, public KXMLGUIBuilder { Q_OBJECT - TQ_OBJECT + public: KarbonView( KarbonPart* part, TQWidget* parent = 0L, diff --git a/karbon/plugins/flattenpath/flattenpathplugin.h b/karbon/plugins/flattenpath/flattenpathplugin.h index 9837f688..6384d001 100644 --- a/karbon/plugins/flattenpath/flattenpathplugin.h +++ b/karbon/plugins/flattenpath/flattenpathplugin.h @@ -29,7 +29,7 @@ class VFlattenDlg; class FlattenPathPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: FlattenPathPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~FlattenPathPlugin() {} @@ -46,7 +46,7 @@ class KDoubleNumInput; class VFlattenDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VFlattenDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/imagetool/imagetoolplugin.h b/karbon/plugins/imagetool/imagetoolplugin.h index ecd02709..4258f6dc 100644 --- a/karbon/plugins/imagetool/imagetoolplugin.h +++ b/karbon/plugins/imagetool/imagetoolplugin.h @@ -30,7 +30,7 @@ class ImageToolPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ImageToolPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~ImageToolPlugin(); diff --git a/karbon/plugins/insertknots/insertknotsplugin.h b/karbon/plugins/insertknots/insertknotsplugin.h index f8ea9a77..84cd4e1f 100644 --- a/karbon/plugins/insertknots/insertknotsplugin.h +++ b/karbon/plugins/insertknots/insertknotsplugin.h @@ -30,7 +30,7 @@ class KarbonView; class InsertKnotsPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~InsertKnotsPlugin() {} @@ -47,7 +47,7 @@ class KIntSpinBox; class VInsertKnotsDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VInsertKnotsDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/roundcorners/roundcornersplugin.h b/karbon/plugins/roundcorners/roundcornersplugin.h index 7806375d..858871a9 100644 --- a/karbon/plugins/roundcorners/roundcornersplugin.h +++ b/karbon/plugins/roundcorners/roundcornersplugin.h @@ -31,7 +31,7 @@ class VRoundCornersDlg; class KARBONBASE_EXPORT VRoundCornersPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: VRoundCornersPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~VRoundCornersPlugin(); @@ -48,7 +48,7 @@ class KDoubleNumInput; class VRoundCornersDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VRoundCornersDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/shadoweffect/shadoweffectplugin.h b/karbon/plugins/shadoweffect/shadoweffectplugin.h index 890cb209..c1085581 100644 --- a/karbon/plugins/shadoweffect/shadoweffectplugin.h +++ b/karbon/plugins/shadoweffect/shadoweffectplugin.h @@ -31,7 +31,7 @@ class VShadowEffectDlg; class ShadowEffectPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ShadowEffectPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~ShadowEffectPlugin() {} @@ -48,7 +48,7 @@ class KIntNumInput; class VShadowEffectDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VShadowEffectDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.h b/karbon/plugins/whirlpinch/whirlpinchplugin.h index bf9d16b4..b2d68c34 100644 --- a/karbon/plugins/whirlpinch/whirlpinchplugin.h +++ b/karbon/plugins/whirlpinch/whirlpinchplugin.h @@ -30,7 +30,7 @@ class VWhirlPinchDlg; class WhirlPinchPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~WhirlPinchPlugin() {} @@ -47,7 +47,7 @@ class KDoubleNumInput; class VWhirlPinchDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VWhirlPinchDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/zoomtool/zoomtoolplugin.h b/karbon/plugins/zoomtool/zoomtoolplugin.h index 62c7594b..3de6231d 100644 --- a/karbon/plugins/zoomtool/zoomtoolplugin.h +++ b/karbon/plugins/zoomtool/zoomtoolplugin.h @@ -31,7 +31,7 @@ class ZoomToolPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ZoomToolPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~ZoomToolPlugin(); diff --git a/karbon/tools/vdefaulttools.h b/karbon/tools/vdefaulttools.h index f237a4e4..a9d0f7bf 100644 --- a/karbon/tools/vdefaulttools.h +++ b/karbon/tools/vdefaulttools.h @@ -31,7 +31,7 @@ class VDefaultTools : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: VDefaultTools(TQObject *parent, const char *name, const TQStringList &); virtual ~VDefaultTools(); diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h index 5a605c53..f43ad7fd 100644 --- a/karbon/tools/vellipsetool.h +++ b/karbon/tools/vellipsetool.h @@ -34,7 +34,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 109dd5cf..4c107ffb 100644 --- a/karbon/tools/vgradienttool.h +++ b/karbon/tools/vgradienttool.h @@ -31,7 +31,7 @@ class VGradientTabWidget; class VGradientTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VGradientTool( KarbonView *view ); diff --git a/karbon/tools/vpatterntool.h b/karbon/tools/vpatterntool.h index a7153c96..c125740c 100644 --- a/karbon/tools/vpatterntool.h +++ b/karbon/tools/vpatterntool.h @@ -33,7 +33,7 @@ class KoIconChooser; class VPatternWidget : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VPatternWidget( TQPtrList<KoIconItem>* patterns, VTool* tool, TQWidget* parent = 0L ); @@ -61,7 +61,7 @@ private: class VPatternTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VPatternTool( KarbonView *view ); diff --git a/karbon/tools/vpenciltool.h b/karbon/tools/vpenciltool.h index 7f962d55..0abdffe4 100644 --- a/karbon/tools/vpenciltool.h +++ b/karbon/tools/vpenciltool.h @@ -45,7 +45,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 2d39250c..54124e07 100644 --- a/karbon/tools/vpolylinetool.h +++ b/karbon/tools/vpolylinetool.h @@ -49,7 +49,7 @@ class TQCursor; class VPolylineTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VPolylineTool( KarbonView *view ); diff --git a/karbon/tools/vselecttool.h b/karbon/tools/vselecttool.h index 1a74289f..2785b66f 100644 --- a/karbon/tools/vselecttool.h +++ b/karbon/tools/vselecttool.h @@ -30,7 +30,7 @@ class KarbonView; class VSelectOptionsWidget : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VSelectOptionsWidget( KarbonPart* part ); @@ -45,7 +45,7 @@ private: class VSelectTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VSelectTool( KarbonView *view ); diff --git a/karbon/tools/vstartool.h b/karbon/tools/vstartool.h index ce073d0c..8b5d04c0 100644 --- a/karbon/tools/vstartool.h +++ b/karbon/tools/vstartool.h @@ -34,7 +34,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 48357dbf..6cf02c11 100644 --- a/karbon/tools/vtexttool.h +++ b/karbon/tools/vtexttool.h @@ -48,7 +48,7 @@ class TQCursor; class ShadowPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ShadowPreview( ShadowWidget* parent ); @@ -69,7 +69,7 @@ private: class ShadowWidget : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: ShadowWidget( TQWidget* parent, const char* name, int angle, int distance, bool translucent ); @@ -101,7 +101,7 @@ protected: class VTextOptionsWidget : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VTextOptionsWidget( VTextTool* tool, TQWidget *parent ); diff --git a/karbon/vtool.h b/karbon/vtool.h index 2b8bc72e..4c2b0f3d 100644 --- a/karbon/vtool.h +++ b/karbon/vtool.h @@ -51,7 +51,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 7fb38e77..fe348c30 100644 --- a/karbon/widgets/vcanvas.h +++ b/karbon/widgets/vcanvas.h @@ -34,7 +34,7 @@ class VPainter; class KARBONCOMMON_EXPORT VCanvas : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: VCanvas( TQWidget *parent, KarbonView* view, KarbonPart* part ); virtual ~VCanvas(); diff --git a/karbon/widgets/vcolorslider.h b/karbon/widgets/vcolorslider.h index 80ca21b9..c7467e45 100644 --- a/karbon/widgets/vcolorslider.h +++ b/karbon/widgets/vcolorslider.h @@ -35,7 +35,7 @@ class KGradientSelector; class VColorSlider : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Constructs a new color slider. diff --git a/karbon/widgets/vgradienttabwidget.h b/karbon/widgets/vgradienttabwidget.h index f0ac1d37..aecd9950 100644 --- a/karbon/widgets/vgradienttabwidget.h +++ b/karbon/widgets/vgradienttabwidget.h @@ -77,7 +77,7 @@ class VGradientPreview : public TQWidget class KARBONBASE_EXPORT VGradientTabWidget : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: enum VGradientTarget { diff --git a/karbon/widgets/vgradientwidget.h b/karbon/widgets/vgradientwidget.h index 1c02d482..acf836dc 100644 --- a/karbon/widgets/vgradientwidget.h +++ b/karbon/widgets/vgradientwidget.h @@ -29,7 +29,7 @@ class VColor; class KARBONBASE_EXPORT VGradientWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VGradientWidget( VGradient& gradient, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vreference.h b/karbon/widgets/vreference.h index 5ff89b48..0005a92e 100644 --- a/karbon/widgets/vreference.h +++ b/karbon/widgets/vreference.h @@ -44,7 +44,7 @@ enum Choice class VReference : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VReference( TQWidget *parent = 0L, const char *name = 0L ); int referencePoint(); diff --git a/karbon/widgets/vruler.h b/karbon/widgets/vruler.h index fe538bea..71bb68f1 100644 --- a/karbon/widgets/vruler.h +++ b/karbon/widgets/vruler.h @@ -32,7 +32,7 @@ class TQPainter; class VRuler : public TQFrame { Q_OBJECT - TQ_OBJECT + typedef TQFrame super; public: diff --git a/karbon/widgets/vselecttoolbar.h b/karbon/widgets/vselecttoolbar.h index ef6a9b32..c922d36f 100644 --- a/karbon/widgets/vselecttoolbar.h +++ b/karbon/widgets/vselecttoolbar.h @@ -30,7 +30,7 @@ class KarbonView; class VSelectToolBar : public KToolBar { Q_OBJECT - TQ_OBJECT + public: VSelectToolBar( KarbonView *view, const char* name = 0L ); ~VSelectToolBar(); diff --git a/karbon/widgets/vsmallpreview.h b/karbon/widgets/vsmallpreview.h index e666ad6a..916c1164 100644 --- a/karbon/widgets/vsmallpreview.h +++ b/karbon/widgets/vsmallpreview.h @@ -34,7 +34,7 @@ class VStroke; class VSmallPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VSmallPreview( TQWidget* parent = 0L, const char* name = 0L ); ~VSmallPreview(); diff --git a/karbon/widgets/vstrokefillpreview.h b/karbon/widgets/vstrokefillpreview.h index 53234b09..1f207d3b 100644 --- a/karbon/widgets/vstrokefillpreview.h +++ b/karbon/widgets/vstrokefillpreview.h @@ -31,7 +31,7 @@ class KarbonPart; class VStrokeFillPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VStrokeFillPreview( KarbonPart *part, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vtoolbox.h b/karbon/widgets/vtoolbox.h index 0646a1ae..b31a4cbb 100644 --- a/karbon/widgets/vtoolbox.h +++ b/karbon/widgets/vtoolbox.h @@ -28,7 +28,7 @@ class VTool; class VToolBox : public KoToolBox { Q_OBJECT - TQ_OBJECT + public: VToolBox( KMainWindow *mainWin, const char* name, KInstance* instance ); diff --git a/karbon/widgets/vtranslate.h b/karbon/widgets/vtranslate.h index 7f07aadb..01b7125b 100644 --- a/karbon/widgets/vtranslate.h +++ b/karbon/widgets/vtranslate.h @@ -32,7 +32,7 @@ class KDoubleNumInput; class VTranslate : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VTranslate( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vtypebuttonbox.h b/karbon/widgets/vtypebuttonbox.h index 4ee0dab3..54afef92 100644 --- a/karbon/widgets/vtypebuttonbox.h +++ b/karbon/widgets/vtypebuttonbox.h @@ -27,7 +27,7 @@ class KarbonPart; class VTypeButtonBox : public TQHButtonGroup { Q_OBJECT - TQ_OBJECT + public: enum buttonType { |