summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoPen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoPen.cpp')
-rw-r--r--lib/kofficeui/KoPen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoPen.cpp b/lib/kofficeui/KoPen.cpp
index c1aad91e8..caf77a498 100644
--- a/lib/kofficeui/KoPen.cpp
+++ b/lib/kofficeui/KoPen.cpp
@@ -27,7 +27,7 @@ KoPen::KoPen()
m_pointWidth = 1.0;
}
-KoPen::KoPen(const TQColor& _color, double _pointWidth, Qt::PenStyle _style)
+KoPen::KoPen(const TQColor& _color, double _pointWidth, TQt::PenStyle _style)
: TQPen()
{
setColor(_color);