diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 11:51:22 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 11:51:22 -0500 |
commit | a65b81051fbc837d9a7f9d2e8a544a8634f56af8 (patch) | |
tree | 24b21c71518be49568b8aefb760c99b6304c7e27 /kstars | |
parent | 89e70de362062553e84f5400983ba3cc0db1e1ec (diff) | |
download | tdeedu-a65b81051fbc837d9a7f9d2e8a544a8634f56af8.tar.gz tdeedu-a65b81051fbc837d9a7f9d2e8a544a8634f56af8.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/kstars.h | 2 |
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 ); |