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 7dacc787a..123956377 100644
--- a/kdeprint/kdeprintfax/defcmds.cpp
+++ b/kdeprint/kdeprintfax/defcmds.cpp
@@ -32,7 +32,7 @@ TQString defaultCommand(const TQString& cmd)
TQString exe = KStandardDirs::findExe(r.cap(1));
if (exe.isEmpty())
exe = "/usr/bin/"+r.cap(1);
- str.tqreplace(p, r.matchedLength(), exe);
+ str.replace(p, r.matchedLength(), exe);
}
return str;
}