summaryrefslogtreecommitdiffstats
path: root/lib/kwmf/kwmf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kwmf/kwmf.cpp')
-rw-r--r--lib/kwmf/kwmf.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/kwmf/kwmf.cpp b/lib/kwmf/kwmf.cpp
index 06092a825..d79596ced 100644
--- a/lib/kwmf/kwmf.cpp
+++ b/lib/kwmf/kwmf.cpp
@@ -706,17 +706,17 @@ void KWmf::opPenCreateIndirect(
U32 /*words*/,
TQDataStream &operands)
{
- static Qt::PenStyle styleTab[] =
- {
- Qt::SolidLine,
- Qt::DashLine,
- Qt::DotLine,
- Qt::DashDotLine,
- Qt::DashDotDotLine,
- Qt::NoPen,
- Qt::SolidLine, // PS_INSIDEFRAME
- Qt::SolidLine, // PS_USERSTYLE
- Qt::SolidLine // PS_ALTERNATE
+ static TQt::PenStyle styleTab[] =
+ {
+ TQt::SolidLine,
+ TQt::DashLine,
+ TQt::DotLine,
+ TQt::DashDotLine,
+ TQt::DashDotDotLine,
+ TQt::NoPen,
+ TQt::SolidLine, // PS_INSIDEFRAME
+ TQt::SolidLine, // PS_USERSTYLE
+ TQt::SolidLine // PS_ALTERNATE
};
WinObjPenHandle *handle = handleCreatePen();
S16 arg;