summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/deepskyobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/deepskyobject.cpp')
-rw-r--r--kstars/kstars/deepskyobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/deepskyobject.cpp b/kstars/kstars/deepskyobject.cpp
index 280729e5..5e0597f5 100644
--- a/kstars/kstars/deepskyobject.cpp
+++ b/kstars/kstars/deepskyobject.cpp
@@ -88,7 +88,7 @@ void DeepSkyObject::setCatalog( const TQString &cat ) {
TQImage* DeepSkyObject::readImage( void ) {
TQFile file;
if ( Image==0 ) { //Image not currently set; try to load it from disk.
- TQString fname = name().lower().replace( TQRegExp(" "), "" ) + ".png";
+ TQString fname = name().lower().tqreplace( TQRegExp(" "), "" ) + ".png";
if ( KSUtils::openDataFile( file, fname ) ) {
file.close();