summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vpolygontool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vpolygontool.cc')
-rw-r--r--karbon/tools/vpolygontool.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/tools/vpolygontool.cc b/karbon/tools/vpolygontool.cc
index 8fd8d7409..db1ffb886 100644
--- a/karbon/tools/vpolygontool.cc
+++ b/karbon/tools/vpolygontool.cc
@@ -30,8 +30,8 @@
#include <shapes/vstar.h>
#include "vpolygontool.h"
-VPolygonTool::VPolygonOptionsWidget::VPolygonOptionsWidget( KarbonView *view, TQWidget* tqparent, const char* name )
- : KDialogBase( tqparent, name, true, i18n( "Insert Polygon" ), Ok | Cancel ), m_view(view)
+VPolygonTool::VPolygonOptionsWidget::VPolygonOptionsWidget( KarbonView *view, TQWidget* parent, const char* name )
+ : KDialogBase( parent, name, true, i18n( "Insert Polygon" ), Ok | Cancel ), m_view(view)
{
TQGroupBox *group = new TQGroupBox( 2, Qt::Horizontal, i18n( "Properties" ), this );