diff options
Diffstat (limited to 'kstars/kstars/indigroup.h')
-rw-r--r-- | kstars/kstars/indigroup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/indigroup.h b/kstars/kstars/indigroup.h index 097e6a10..22a7d2ca 100644 --- a/kstars/kstars/indigroup.h +++ b/kstars/kstars/indigroup.h @@ -28,14 +28,14 @@ class TQVBoxLayout; class INDI_G { public: - INDI_G(INDI_D *parentDevice, TQString inName); + INDI_G(INDI_D *tqparentDevice, TQString inName); ~INDI_G(); TQString name; /* Group name */ INDI_D *dp; /* Parent device */ TQFrame *propertyContainer; /* Properties container */ - TQVBoxLayout *propertyLayout; /* Properties layout */ - TQSpacerItem *VerticalSpacer; /* Vertical spacer */ + TQVBoxLayout *propertyLayout; /* Properties tqlayout */ + TQSpacerItem *VerticalSpacer; /*Qt::Vertical spacer */ TQPtrList<INDI_P> pl; /* malloced list of pointers to properties */ |