diff options
Diffstat (limited to 'lib/kofficeui/KoPen.h')
-rw-r--r-- | lib/kofficeui/KoPen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoPen.h b/lib/kofficeui/KoPen.h index 84a7ea66..df802907 100644 --- a/lib/kofficeui/KoPen.h +++ b/lib/kofficeui/KoPen.h @@ -31,7 +31,7 @@ class KoPen : public TQPen { public: KoPen(); - KoPen(const TQColor& _color, double _pointWidth, Qt::PenStyle _style); + KoPen(const TQColor& _color, double _pointWidth, TQt::PenStyle _style); KoPen(const TQColor& _color); ~KoPen(); |