summaryrefslogtreecommitdiffstats
path: root/krusader/RemoteMan/remoteman.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:07 -0600
commit644e85d451b96982107f4e70977f0ff08b91291d (patch)
tree1d48dc166787231440da12a553a0195177858d8d /krusader/RemoteMan/remoteman.cpp
parent44ec35d6f3ec0bf8067f31896d7721ac3082f66f (diff)
downloadkrusader-644e85d451b96982107f4e70977f0ff08b91291d.tar.gz
krusader-644e85d451b96982107f4e70977f0ff08b91291d.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 44ec35d6f3ec0bf8067f31896d7721ac3082f66f.
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>");