summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/skypoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/skypoint.h')
-rw-r--r--kstars/kstars/skypoint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/skypoint.h b/kstars/kstars/skypoint.h
index ee3cf09c..11ad9b26 100644
--- a/kstars/kstars/skypoint.h
+++ b/kstars/kstars/skypoint.h
@@ -20,8 +20,8 @@
#ifndef SKYPOINT_H
#define SKYPOINT_H
-#include <qstring.h>
-#include <qptrlist.h>
+#include <tqstring.h>
+#include <tqptrlist.h>
#include "dms.h"
@@ -478,7 +478,7 @@ public:
//// 6. Constellation Identification
//// =====================================
- QString constellation( QPtrList<CSegment> &seglist, QPtrList<SkyObject> &cnames ) const;
+ TQString constellation( TQPtrList<CSegment> &seglist, TQPtrList<SkyObject> &cnames ) const;
protected: