summaryrefslogtreecommitdiffstats
path: root/krename/krecursivelister.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/krecursivelister.cpp')
-rw-r--r--krename/krecursivelister.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/krecursivelister.cpp b/krename/krecursivelister.cpp
index ac3528d..bae90a9 100644
--- a/krename/krecursivelister.cpp
+++ b/krename/krecursivelister.cpp
@@ -72,7 +72,7 @@ void KRecursiveLister::slotListingComplete(){
}
}
- TQTimer::singleShot( 0, this, TQT_SLOT( listNextDirectory() ));
+ TQTimer::singleShot( 0, this, TQ_SLOT( listNextDirectory() ));
}
/** Starts listing the specified url */
@@ -82,7 +82,7 @@ void KRecursiveLister::startListing(const KURL& url){
lister->setShowingDotFiles( m_hidden );
lister->setNameFilter( m_filter );
lister->setDirOnlyMode( m_dirs );
- connect(lister,TQT_SIGNAL(completed()), this, TQT_SLOT(slotListingComplete()) );
+ connect(lister,TQ_SIGNAL(completed()), this, TQ_SLOT(slotListingComplete()) );
}
lister->openURL( url, false, false );