summaryrefslogtreecommitdiffstats
path: root/karbon/dialogs/vstrokedlg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/dialogs/vstrokedlg.cc')
-rw-r--r--karbon/dialogs/vstrokedlg.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/dialogs/vstrokedlg.cc b/karbon/dialogs/vstrokedlg.cc
index 8dcfa9f9..2428de11 100644
--- a/karbon/dialogs/vstrokedlg.cc
+++ b/karbon/dialogs/vstrokedlg.cc
@@ -39,8 +39,8 @@
#include "vstrokedlg.h"
#include "vcolortab.h"
-VStrokeDlg::VStrokeDlg( KarbonPart* part, TQWidget* tqparent, const char* name )
- : KDialogBase ( tqparent, name, true, i18n( "Stroke" ), Ok | Cancel ), m_part( part )
+VStrokeDlg::VStrokeDlg( KarbonPart* part, TQWidget* parent, const char* name )
+ : KDialogBase ( parent, name, true, i18n( "Stroke" ), Ok | Cancel ), m_part( part )
{
enableButtonSeparator( true );
TQTabWidget *mainWidget = new TQTabWidget( this, "strokemain" );