summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indigroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indigroup.cpp')
-rw-r--r--kstars/kstars/indigroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/indigroup.cpp b/kstars/kstars/indigroup.cpp
index a4a0d47e..b3c9b527 100644
--- a/kstars/kstars/indigroup.cpp
+++ b/kstars/kstars/indigroup.cpp
@@ -39,7 +39,7 @@ INDI_G::INDI_G(INDI_D *parentDevice, TQString inName)
// FIXME what's the parent exactly?
// You can do this eaither way:
// 1. Propertycontainer is a TQFrame, then you make TQVBoxLayout for it (check form1.cpp)
- // 2. Keep it as TQVBox and let it handle its tqchildren.
+ // 2. Keep it as TQVBox and let it handle its children.
// Depends on which one works best.
propertyContainer = new TQFrame(dp->groupContainer);
propertyLayout = new TQVBoxLayout(propertyContainer, 20, KDialog::spacingHint() );