summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/kstars.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/kstars.h')
-rw-r--r--kstars/kstars/kstars.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kstars/kstars/kstars.h b/kstars/kstars/kstars.h
index 73c10127..c5f213a2 100644
--- a/kstars/kstars/kstars.h
+++ b/kstars/kstars/kstars.h
@@ -68,6 +68,7 @@ class KStars : public KMainWindow, virtual public KStarsInterface
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
*@short Constructor.
@@ -381,7 +382,7 @@ class KStars : public KMainWindow, virtual public KStarsInterface
public slots:
/**
- *Update time-dependent data and (possibly) repaint the sky map.
+ *Update time-dependent data and (possibly) tqrepaint the sky map.
*@p automaticDSTchange change DST status automatically?
*/
void updateTime( const bool automaticDSTchange = true );
@@ -624,7 +625,7 @@ class KStars : public KMainWindow, virtual public KStarsInterface
void initFOV();
/**
- *Initialize Status bar.
+ *Initialize tqStatus bar.
*/
void initStatusBar();
@@ -668,7 +669,7 @@ class KStars::privatedata {
KStarsData *kstarsData;
/**Constructor */
- privatedata(KStars *parent) : ks(parent), splash(0), kstarsData(0) {}
+ privatedata(KStars *tqparent) : ks(tqparent), splash(0), kstarsData(0) {}
/**Destructor */
~privatedata();