summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 11:51:22 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 11:51:22 -0500
commita65b81051fbc837d9a7f9d2e8a544a8634f56af8 (patch)
tree24b21c71518be49568b8aefb760c99b6304c7e27
parent89e70de362062553e84f5400983ba3cc0db1e1ec (diff)
downloadtdeedu-a65b81051fbc837d9a7f9d2e8a544a8634f56af8.tar.gz
tdeedu-a65b81051fbc837d9a7f9d2e8a544a8634f56af8.zip
Branding cleanup: KDE print -> TDE Print.
-rw-r--r--kstars/kstars/kstars.h2
1 files changed, 1 insertions, 1 deletions
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 );