summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/apmount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/apmount.cpp')
-rw-r--r--kstars/kstars/indi/apmount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indi/apmount.cpp b/kstars/kstars/indi/apmount.cpp
index d1c05b66..781e2a07 100644
--- a/kstars/kstars/indi/apmount.cpp
+++ b/kstars/kstars/indi/apmount.cpp
@@ -728,9 +728,9 @@ void APMount::ISNewSwitch (const char *dev, const char *name, ISState *states, c
IUUpdateSwitches(&AlignmentSP, states, names, n);
index = getOnSwitch(&AlignmentSP);
- if ( ( err = setAlignmentMode(index) < 0) )
+ if ( ( err = tqsetAlignmentMode(index) < 0) )
{
- handleError(&AlignmentSP, err, "Setting alignment");
+ handleError(&AlignmentSP, err, "Setting tqalignment");
return;
}