diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /karbon/widgets | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
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 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 { |