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 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: |