summaryrefslogtreecommitdiffstats
path: root/krusader/RemoteMan/remoteman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/RemoteMan/remoteman.cpp')
-rw-r--r--krusader/RemoteMan/remoteman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/RemoteMan/remoteman.cpp b/krusader/RemoteMan/remoteman.cpp
index 877ad54..a9b27f6 100644
--- a/krusader/RemoteMan/remoteman.cpp
+++ b/krusader/RemoteMan/remoteman.cpp
@@ -129,7 +129,7 @@ void remoteMan::refreshData() {
int h=temp.mid(1,1).toInt();
int l=temp.mid(2,1).toInt();
if ((++l)==10) { ++h; l=0; }
- temp=TQString("<%1%2>").arg(h).arg(l);
+ temp=TQString("<%1%2>").tqarg(h).tqarg(l);
temp=currentItem->text(0).replace(currentItem->text(0).length()-4,4,temp);
currentItem->setText(0,temp);
} else currentItem->setText(0,currentItem->text(0)+"<02>");