summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/skymapdraw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/skymapdraw.cpp')
-rw-r--r--kstars/kstars/skymapdraw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/skymapdraw.cpp b/kstars/kstars/skymapdraw.cpp
index ab83a8c6..3723ff08 100644
--- a/kstars/kstars/skymapdraw.cpp
+++ b/kstars/kstars/skymapdraw.cpp
@@ -1859,7 +1859,7 @@ void SkyMap::exportSkyImage( const TQPaintDevice *pd ) {
bool drawCBounds( Options::showCBounds() );
bool drawGrid( Options::showGrid() );
- p.tqbegin( const_cast<TQPaintDevice*>(pd) );
+ p.begin( const_cast<TQPaintDevice*>(pd) );
TQPaintDeviceMetrics pdm( p.device() );
//scale image such that it fills 90% of the x or y dimension on the paint device