summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrBrushProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrBrushProperty.cpp')
-rw-r--r--kpresenter/KPrBrushProperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrBrushProperty.cpp b/kpresenter/KPrBrushProperty.cpp
index 7e4b43711..6e550fe0b 100644
--- a/kpresenter/KPrBrushProperty.cpp
+++ b/kpresenter/KPrBrushProperty.cpp
@@ -33,8 +33,8 @@
#include <kcolorbutton.h>
#include <kcombobox.h>
-KPrBrushProperty::KPrBrushProperty( TQWidget *tqparent, const char *name, const KPrBrushCmd::Brush &brush )
- : TQWidget( tqparent, name )
+KPrBrushProperty::KPrBrushProperty( TQWidget *parent, const char *name, const KPrBrushCmd::Brush &brush )
+ : TQWidget( parent, name )
, m_brush( brush )
{
TQGridLayout *tqlayout = new TQGridLayout( this, 1, 1, KDialog::marginHint(), KDialog::spacingHint() );