diff options
Diffstat (limited to 'karbon/widgets')
| -rw-r--r-- | karbon/widgets/vcanvas.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vcolorslider.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vgradienttabwidget.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vgradientwidget.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vreference.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vruler.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vselecttoolbar.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vsmallpreview.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vstrokefillpreview.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vtoolbox.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vtranslate.h | 2 | ||||
| -rw-r--r-- | karbon/widgets/vtypebuttonbox.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/karbon/widgets/vcanvas.h b/karbon/widgets/vcanvas.h index 7fb38e77c..fe348c304 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 80ca21b9b..c7467e454 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 f0ac1d37f..aecd99503 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 1c02d4829..acf836dc1 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 5ff89b48b..0005a92e7 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 fe538beab..71bb68f1d 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 ef6a9b32e..c922d36f8 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 e666ad6a7..916c11644 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 53234b092..1f207d3ba 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 0646a1aee..b31a4cbb0 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 7f07aadb5..01b7125b2 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 4ee0dab30..54afef927 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 { |
