summaryrefslogtreecommitdiffstats
path: root/kdeprint/kdeprintfax/defcmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kdeprintfax/defcmds.cpp')
-rw-r--r--kdeprint/kdeprintfax/defcmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/kdeprintfax/defcmds.cpp b/kdeprint/kdeprintfax/defcmds.cpp
index 09631b51d..f0f5cfdd5 100644
--- a/kdeprint/kdeprintfax/defcmds.cpp
+++ b/kdeprint/kdeprintfax/defcmds.cpp
@@ -32,7 +32,7 @@ TQString defaultCommand(const TQString& cmd)
QString exe = KStandardDirs::findExe(r.cap(1));
if (exe.isEmpty())
exe = "/usr/bin/"+r.cap(1);
- str.replace(p, r.matchedLength(), exe);
+ str.tqreplace(p, r.matchedLength(), exe);
}
return str;
}