summaryrefslogtreecommitdiffstats
path: root/kdeui/kseparator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kseparator.cpp')
-rw-r--r--kdeui/kseparator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kseparator.cpp b/kdeui/kseparator.cpp
index d20710a1d..8fb7fd5a8 100644
--- a/kdeui/kseparator.cpp
+++ b/kdeui/kseparator.cpp
@@ -95,7 +95,7 @@ void KSeparator::drawFrame(TQPainter *p)
}
TQStyleOption opt( lineWidth(), midLineWidth() );
- tqstyle().tqdrawPrimitive( TQStyle::PE_Separator, p, TQRect( p1, p2 ), g,
+ style().tqdrawPrimitive( TQStyle::PE_Separator, p, TQRect( p1, p2 ), g,
TQStyle::Style_Sunken, opt );
}