summaryrefslogtreecommitdiffstats
path: root/kig/filters/native-filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kig/filters/native-filter.cpp')
-rw-r--r--kig/filters/native-filter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/filters/native-filter.cpp b/kig/filters/native-filter.cpp
index cf6521b2..e18f26bb 100644
--- a/kig/filters/native-filter.cpp
+++ b/kig/filters/native-filter.cpp
@@ -536,7 +536,7 @@ KigDocument* KigFilterNative::load07( const TQString& file, const TQDomElement&
if ( ! ok ) width = -1;
tmp = e.attribute( "style" );
- Qt::PenStyle style = ObjectDrawer::styleFromString( tmp );
+ TQt::PenStyle style = ObjectDrawer::styleFromString( tmp );
tmp = e.attribute( "point-style" );
int pointstyle = ObjectDrawer::pointStyleFromString( tmp );