diff options
Diffstat (limited to 'kstars/kstars/indigroup.h')
-rw-r--r-- | kstars/kstars/indigroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/indigroup.h b/kstars/kstars/indigroup.h index 0b7651d5..b68a976d 100644 --- a/kstars/kstars/indigroup.h +++ b/kstars/kstars/indigroup.h @@ -34,7 +34,7 @@ class INDI_G TQString name; /* Group name */ INDI_D *dp; /* Parent device */ TQFrame *propertyContainer; /* Properties container */ - TQVBoxLayout *propertyLayout; /* Properties tqlayout */ + TQVBoxLayout *propertyLayout; /* Properties layout */ TQSpacerItem *VerticalSpacer; /*Qt::Vertical spacer */ TQPtrList<INDI_P> pl; /* malloced list of pointers to properties */ |