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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indigroup.cpp b/kstars/kstars/indigroup.cpp
index 4439da7c..a4a0d47e 100644
--- a/kstars/kstars/indigroup.cpp
+++ b/kstars/kstars/indigroup.cpp
@@ -18,7 +18,7 @@
#include <klocale.h>
- #include <layout.h>
+ #include <tqlayout.h>
#include <tqframe.h>
#include <tqtimer.h>
#include <tqtabwidget.h>
@@ -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 children.
+ // 2. Keep it as TQVBox and let it handle its tqchildren.
// Depends on which one works best.
propertyContainer = new TQFrame(dp->groupContainer);
propertyLayout = new TQVBoxLayout(propertyContainer, 20, KDialog::spacingHint() );