diff options
Diffstat (limited to 'kstars/kstars/opscatalog.h')
-rw-r--r-- | kstars/kstars/opscatalog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/opscatalog.h b/kstars/kstars/opscatalog.h index dd33f60a..514d9ea9 100644 --- a/kstars/kstars/opscatalog.h +++ b/kstars/kstars/opscatalog.h @@ -41,7 +41,7 @@ class OpsCatalog : public OpsCatalogUI Q_OBJECT public: - OpsCatalog( QWidget *parent=0, const char *name=0, WFlags fl = 0 ); + OpsCatalog( TQWidget *parent=0, const char *name=0, WFlags fl = 0 ); ~OpsCatalog(); private slots: @@ -55,9 +55,9 @@ private slots: void slotStarWidgets(bool on); private: - void insertCatalog( const QString & filename ); + void insertCatalog( const TQString & filename ); - QCheckListItem *showMessier, *showMessImages, *showNGC, *showIC; + TQCheckListItem *showMessier, *showMessImages, *showNGC, *showIC; KStars *ksw; }; |