summaryrefslogtreecommitdiffstats
path: root/krusader/krslots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/krslots.cpp')
-rw-r--r--krusader/krslots.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/krusader/krslots.cpp b/krusader/krslots.cpp
index b8cc84c..706a9dd 100644
--- a/krusader/krslots.cpp
+++ b/krusader/krslots.cpp
@@ -219,7 +219,7 @@ void KRslots::rightclickMenu() {
{
ACTIVE_PANEL->popRightClickMenu(
ACTIVE_PANEL->mapToGlobal(
- dynamic_cast<KListView*>(ACTIVE_PANEL->view)->itemRect( currentItem ).topLeft()
+ dynamic_cast<KListView*>(ACTIVE_PANEL->view)->tqitemRect( currentItem ).topLeft()
)
);
}
@@ -738,7 +738,7 @@ void KRslots::slotCombine(){
{
if( windowsStyle )
{
- KMessageBox::error(0,i18n("Not a split file %1!").arg( vfs::pathOrURL( url ) ));
+ KMessageBox::error(0,i18n("Not a split file %1!").tqarg( vfs::pathOrURL( url ) ));
return;
}
unixStyle = true;
@@ -801,14 +801,14 @@ void KRslots::slotCombine(){
if( error )
{
- KMessageBox::error(0,i18n("Not a splitted file %1!").arg( vfs::pathOrURL( url ) ));
+ KMessageBox::error(0,i18n("Not a splitted file %1!").tqarg( vfs::pathOrURL( url ) ));
return;
}
}
}
// ask the user for the copy dest
- KURL dest = KChooseDir::getDir(i18n("Combining %1.* to directory:" ).arg( vfs::pathOrURL( baseURL ) ),
+ KURL dest = KChooseDir::getDir(i18n("Combining %1.* to directory:" ).tqarg( vfs::pathOrURL( baseURL ) ),
ACTIVE_PANEL->otherPanel->virtualPath(), ACTIVE_PANEL->virtualPath());
if ( dest.isEmpty() ) return ; // the user canceled