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.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kstars/kstars/ksnewstuff.cpp b/kstars/kstars/ksnewstuff.cpp
index eaf455df..9a028f05 100644
--- a/kstars/kstars/ksnewstuff.cpp
+++ b/kstars/kstars/ksnewstuff.cpp
@@ -58,7 +58,7 @@ bool KSNewStuff::install( const TQString &fileName )
TDEStandardDirs::makeDir( destDir );
//monitor destDir for changes; inform updateData when files are created.
- connect( kdw, TQT_SIGNAL( dirty( const TQString & ) ), this, TQT_SLOT( updateData( const TQString & ) ) );
+ connect( kdw, TQ_SIGNAL( dirty( const TQString & ) ), this, TQ_SLOT( updateData( const TQString & ) ) );
archiveDir->copyTo(destDir);
archive.close();
@@ -105,8 +105,8 @@ void KSNewStuff::updateData( const TQString &path ) {
ks->data()->deepSkyList.clear();
//Send progress messages to the console
- connect( ks->data(), TQT_SIGNAL( progressText(TQString) ), ks->data(), TQT_SLOT( slotConsoleMessage(TQString) ) );
- connect( ks->data(), TQT_SIGNAL( progressText(TQString) ), ks->data(), TQT_SLOT( slotProcessEvents() ) );
+ connect( ks->data(), TQ_SIGNAL( progressText(TQString) ), ks->data(), TQ_SLOT( slotConsoleMessage(TQString) ) );
+ connect( ks->data(), TQ_SIGNAL( progressText(TQString) ), ks->data(), TQ_SLOT( slotProcessEvents() ) );
//We are now ready to read the new NGC/IC catalog
ks->data()->readDeepSkyData();
@@ -150,7 +150,7 @@ void KSNewStuff::updateData( const TQString &path ) {
ks->data()->cometList.clear();
//Send progress messages to the console
- connect( ks->data(), TQT_SIGNAL( progressText(TQString) ), ks->data(), TQT_SLOT( slotConsoleMessage(TQString) ) );
+ connect( ks->data(), TQ_SIGNAL( progressText(TQString) ), ks->data(), TQ_SLOT( slotConsoleMessage(TQString) ) );
//add new asteroids and comets
ks->data()->readAsteroidData();