summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/observinglist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/observinglist.cpp')
-rw-r--r--kstars/kstars/tools/observinglist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/tools/observinglist.cpp b/kstars/kstars/tools/observinglist.cpp
index a50165ac..323d5f62 100644
--- a/kstars/kstars/tools/observinglist.cpp
+++ b/kstars/kstars/tools/observinglist.cpp
@@ -121,7 +121,7 @@ ObservingList::ObservingList( KStars *_ks, TQWidget* tqparent )
ui->NotesEdit->setEnabled( false );
}
-bool ObservingList::tqcontains( const SkyObject *q ) {
+bool ObservingList::contains( const SkyObject *q ) {
for ( SkyObject* o = obsList.first(); o; o = obsList.next() ) {
if ( o == q ) return true;
}
@@ -346,7 +346,7 @@ void ObservingList::slotSlewToObject()
SkyPoint sp;
// Find the first device with EQUATORIAL_EOD_COORD or EQUATORIAL_COORD and with SLEW element
- // i.e. the first telescope we tqfind!
+ // i.e. the first telescope we find!
INDIMenu *imenu = ks->getINDIMenu();