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 61d79061..e535c228 100644
--- a/kstars/kstars/indigroup.cpp
+++ b/kstars/kstars/indigroup.cpp
@@ -28,9 +28,9 @@
** belong to a group, whether they have one or not but how the group
** is displayed differs
*******************************************************************/
-INDI_G::INDI_G(INDI_D *tqparentDevice, TQString inName)
+INDI_G::INDI_G(INDI_D *parentDevice, TQString inName)
{
- dp = tqparentDevice;
+ dp = parentDevice;
name = inName;