summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/kstarsdcop.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:48:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 11:40:38 +0900
commitc75fee7ff7bdf6e1d1380e641c746e3fc7eb04bf (patch)
treeb3315369fc4a83faa3679957c98da185b285baa3 /kstars/kstars/kstarsdcop.cpp
parentc407c4552feb9568ca2aef8c42288e30b7d0f034 (diff)
downloadtdeedu-c75fee7ff7bdf6e1d1380e641c746e3fc7eb04bf.tar.gz
tdeedu-c75fee7ff7bdf6e1d1380e641c746e3fc7eb04bf.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f08f58fdc18573fbdf637e872a0a4646be58628c)
Diffstat (limited to 'kstars/kstars/kstarsdcop.cpp')
-rw-r--r--kstars/kstars/kstarsdcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/kstarsdcop.cpp b/kstars/kstars/kstarsdcop.cpp
index bc1f4ff4..ce1e7c50 100644
--- a/kstars/kstars/kstarsdcop.cpp
+++ b/kstars/kstars/kstarsdcop.cpp
@@ -420,7 +420,7 @@ void KStars::exportImage( const TQString url, int w, int h ) {
else if ( ext.lower() == "bmp" ) { format = "BMP"; }
else { kdWarning() << i18n( "Could not parse image format of %1; assuming PNG." ).arg( fname ) << endl; }
- map()->exportSkyImage( TQT_TQPAINTDEVICE(&skyimage) );
+ map()->exportSkyImage( &skyimage );
kapp->processEvents(10000);
//skyImage is the size of the sky map. The requested image size is w x h.