diff options
Diffstat (limited to 'kstars/kstars/opscatalog.h')
-rw-r--r-- | kstars/kstars/opscatalog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/opscatalog.h b/kstars/kstars/opscatalog.h index d57049d5..0e6701e9 100644 --- a/kstars/kstars/opscatalog.h +++ b/kstars/kstars/opscatalog.h @@ -39,9 +39,10 @@ class TQCheckListItem; class OpsCatalog : public OpsCatalogUI { Q_OBJECT + TQ_OBJECT public: - OpsCatalog( TQWidget *parent=0, const char *name=0, WFlags fl = 0 ); + OpsCatalog( TQWidget *tqparent=0, const char *name=0, WFlags fl = 0 ); ~OpsCatalog(); private slots: |