summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/modcalcazel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/modcalcazel.h')
-rw-r--r--kstars/kstars/tools/modcalcazel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kstars/kstars/tools/modcalcazel.h b/kstars/kstars/tools/modcalcazel.h
index 9bbe0546..9ef67f6f 100644
--- a/kstars/kstars/tools/modcalcazel.h
+++ b/kstars/kstars/tools/modcalcazel.h
@@ -19,7 +19,7 @@
#define MODCALCAZEL_H
#include <kapplication.h>
-#include <qwidget.h>
+#include <tqwidget.h>
#include "modcalcazeldlg.h"
class QWidget;
@@ -37,7 +37,7 @@ class modCalcAzel : public modCalcAzelDlg {
Q_OBJECT
public:
- modCalcAzel(QWidget *p, const char *n);
+ modCalcAzel(TQWidget *p, const char *n);
~modCalcAzel();
public slots:
@@ -80,7 +80,7 @@ private:
* @param eName String from which the epoch is to be constructed
* once it is converted to a double
*/
- double getEpoch (QString eName);
+ double getEpoch (TQString eName);
/**Fill the Az and El dmsBoxes with values of the SkyPoint argument.
* @param sp SkypPoint object which contains the coordinates to
@@ -114,7 +114,7 @@ private:
void horNoCheck();
void equNoCheck();
- void processLines( QTextStream &istream );
+ void processLines( TQTextStream &istream );
GeoLocation *geoPlace;
bool horInputCoords;