summaryrefslogtreecommitdiffstats
path: root/karbon/plugins/flattenpath/flattenpathplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/plugins/flattenpath/flattenpathplugin.cpp')
-rw-r--r--karbon/plugins/flattenpath/flattenpathplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/flattenpath/flattenpathplugin.cpp b/karbon/plugins/flattenpath/flattenpathplugin.cpp
index 6c4a33d8d..f1453f96a 100644
--- a/karbon/plugins/flattenpath/flattenpathplugin.cpp
+++ b/karbon/plugins/flattenpath/flattenpathplugin.cpp
@@ -56,7 +56,7 @@ VFlattenDlg::VFlattenDlg( TQWidget* parent, const char* name )
: KDialogBase( parent, name, true, i18n( "Flatten Path" ), Ok | Cancel )
{
// add input fields on the left:
- TQGroupBox* group = new TQGroupBox( 2, Qt::Horizontal, i18n( "Properties" ), this );
+ TQGroupBox* group = new TQGroupBox( 2, TQt::Horizontal, i18n( "Properties" ), this );
new TQLabel( i18n( "Flatness:" ), group );
m_flatness = new KDoubleNumInput( group );
group->setMinimumWidth( 300 );