diff options
Diffstat (limited to 'kstars/kstars/deepskyobject.h')
-rw-r--r-- | kstars/kstars/deepskyobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/deepskyobject.h b/kstars/kstars/deepskyobject.h index e1712c7f..c10305aa 100644 --- a/kstars/kstars/deepskyobject.h +++ b/kstars/kstars/deepskyobject.h @@ -34,9 +34,9 @@ *@version 1.0 */ -class QPainter; -class QImage; -class QString; +class TQPainter; +class TQImage; +class TQString; class KSPopupMenu; class DeepSkyObject : public SkyObject { |