diff --git a/kstars/kstars/kstars.h b/kstars/kstars/kstars.h index 2b6dd74f..a3e99e43 100644 --- a/kstars/kstars/kstars.h +++ b/kstars/kstars/kstars.h @@ -259,7 +259,7 @@ class KStars : public KMainWindow, virtual public KStarsInterface ASYNC exportImage( const TQString filename, int width, int height ); /**DCOP interface function. Print the sky image. - *@p usePrintDialog if true, the KDE print dialog will be shown; otherwise, default parameters will be used + *@p usePrintDialog if true, the TDE print dialog will be shown; otherwise, default parameters will be used *@p useChartColors if true, the "Star Chart" color scheme will be used for the printout, which will save ink. */ ASYNC printImage( bool usePrintDialog, bool useChartColors );