diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /kio/kfile/kdirselectdialog.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'kio/kfile/kdirselectdialog.cpp')
-rw-r--r-- | kio/kfile/kdirselectdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kfile/kdirselectdialog.cpp b/kio/kfile/kdirselectdialog.cpp index e1ffeb91e..4a3613b98 100644 --- a/kio/kfile/kdirselectdialog.cpp +++ b/kio/kfile/kdirselectdialog.cpp @@ -216,7 +216,7 @@ void KDirSelectDialog::setCurrentURL( const KURL& url ) { dirToList.setPath( path.left( pos +1 ) ); d->dirsToList.push( dirToList ); -// qDebug( "List: %s", dirToList.url().latin1()); +// tqDebug( "List: %s", dirToList.url().latin1()); } } } @@ -241,7 +241,7 @@ void KDirSelectDialog::openNextDir( KFileTreeViewItem * /*parent*/ ) slotNextDirToList( item ); } // else -// qDebug("###### openNextDir: item not found!"); +// tqDebug("###### openNextDir: item not found!"); } void KDirSelectDialog::slotNextDirToList( KFileTreeViewItem *item ) |