diff options
Diffstat (limited to 'kpresenter/KPrBrushProperty.h')
-rw-r--r-- | kpresenter/KPrBrushProperty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrBrushProperty.h b/kpresenter/KPrBrushProperty.h index 58f415d8..ed9ca272 100644 --- a/kpresenter/KPrBrushProperty.h +++ b/kpresenter/KPrBrushProperty.h @@ -38,7 +38,7 @@ class KPrBrushProperty : public TQWidget Q_OBJECT TQ_OBJECT public: - KPrBrushProperty( TQWidget *tqparent, const char *name, const KPrBrushCmd::Brush &brush ); + KPrBrushProperty( TQWidget *parent, const char *name, const KPrBrushCmd::Brush &brush ); ~KPrBrushProperty(); int getBrushPropertyChange() const; |