summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/ksnewstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/ksnewstuff.cpp')
-rw-r--r--kstars/kstars/ksnewstuff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/ksnewstuff.cpp b/kstars/kstars/ksnewstuff.cpp
index aec4185e..4b0ed9e8 100644
--- a/kstars/kstars/ksnewstuff.cpp
+++ b/kstars/kstars/ksnewstuff.cpp
@@ -79,7 +79,7 @@ void KSNewStuff::updateData( const TQString &path ) {
//Handle the Steinicke NGC/IC catalog
- if ( !NGCUpdated && qd[0].tqcontains( "ngcic" ) ) {
+ if ( !NGCUpdated && qd[0].contains( "ngcic" ) ) {
//Build a progress dialog to show during data installation.
KProgressDialog prog( 0, "newstuffprogdialog",
i18n( "Please Wait" ), i18n( "Installing Steinicke NGC/IC catalog..." ), false /*modal*/ );