diff options
Diffstat (limited to 'karbon/tools/vselecttool.h')
-rw-r--r-- | karbon/tools/vselecttool.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |