summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/modcalcgeodcoord.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/modcalcgeodcoord.h')
-rw-r--r--kstars/kstars/tools/modcalcgeodcoord.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kstars/kstars/tools/modcalcgeodcoord.h b/kstars/kstars/tools/modcalcgeodcoord.h
index e4ae86e2..9cad095a 100644
--- a/kstars/kstars/tools/modcalcgeodcoord.h
+++ b/kstars/kstars/tools/modcalcgeodcoord.h
@@ -40,7 +40,7 @@ class modCalcGeodCoord : public modCalcGeodCoordDlg {
Q_OBJECT
public:
- modCalcGeodCoord(QWidget *p, const char *n);
+ modCalcGeodCoord(TQWidget *p, const char *n);
~modCalcGeodCoord();
void genGeoCoords(void);
@@ -67,12 +67,12 @@ class modCalcGeodCoord : public modCalcGeodCoordDlg {
void geoCheck(void);
void xyzCheck(void);
void showLongLat(void);
- void processLines( QTextStream &istream );
+ void processLines( TQTextStream &istream );
void slotRunBatch(void);
-// QRadioButton *cartRadio, *spheRadio;
-// QVBox *vbox, *rightBox;
-// QLineEdit *xGeoName, *yGeoName, *zGeoName, *altGeoName;
+// TQRadioButton *cartRadio, *spheRadio;
+// TQVBox *vbox, *rightBox;
+// TQLineEdit *xGeoName, *yGeoName, *zGeoName, *altGeoName;
// dmsBox *timeBox, *dateBox, *lonGeoBox, *latGeoBox;
GeoLocation *geoPlace;