summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/observinglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/observinglist.h')
-rw-r--r--kstars/kstars/tools/observinglist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/tools/observinglist.h b/kstars/kstars/tools/observinglist.h
index a1602f1f..70671d48 100644
--- a/kstars/kstars/tools/observinglist.h
+++ b/kstars/kstars/tools/observinglist.h
@@ -71,7 +71,7 @@ public:
/**@return true if the object is in the observing list
*@p o pointer to the object to test.
*/
- bool tqcontains( const SkyObject *o );
+ bool contains( const SkyObject *o );
SkyObject* first() { return obsList.first(); }
SkyObject* next() { return obsList.next(); }