summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/modcalcvlsr.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
commit0a6e0958c03e41c87b15557b6f407874f20c2f8d (patch)
tree2cdd58c4013b1be09cfcbb4ddae2b05712b9aeee /kstars/kstars/tools/modcalcvlsr.h
parent83f9dfafc157ff7823804b3ff457b43d021a5b4b (diff)
downloadtdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.tar.gz
tdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstars/kstars/tools/modcalcvlsr.h')
-rw-r--r--kstars/kstars/tools/modcalcvlsr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kstars/kstars/tools/modcalcvlsr.h b/kstars/kstars/tools/modcalcvlsr.h
index 2320bd19..ea12d7ca 100644
--- a/kstars/kstars/tools/modcalcvlsr.h
+++ b/kstars/kstars/tools/modcalcvlsr.h
@@ -19,7 +19,7 @@
#define MODCALCVLSR_H
#include <kapplication.h>
-#include <qwidget.h>
+#include <tqwidget.h>
#include "modcalcvlsrdlg.h"
class QWidget;
@@ -40,7 +40,7 @@ class modCalcVlsr : public modCalcVlsrDlg {
Q_OBJECT
public:
- modCalcVlsr(QWidget *p, const char *n);
+ modCalcVlsr(TQWidget *p, const char *n);
~modCalcVlsr();
public slots:
@@ -89,7 +89,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);
/* Creates a dms object from the latitude box */
dms getLatitude (void);
@@ -141,7 +141,7 @@ private:
/* Method to process the lines from a file
*/
- void processLines( QTextStream &istream );
+ void processLines( TQTextStream &istream );
GeoLocation *geoPlace;