summaryrefslogtreecommitdiffstats
path: root/src/kqrunprocess.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit8cbd3f41229fc385698bfd9a5524ba2610777543 (patch)
tree05595d691d2d657866204352d65e5b85cfd30384 /src/kqrunprocess.h
parent411ae7c171b854c759cc87a403add976a2b516ee (diff)
downloadkchmviewer-8cbd3f41229fc385698bfd9a5524ba2610777543.tar.gz
kchmviewer-8cbd3f41229fc385698bfd9a5524ba2610777543.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kqrunprocess.h')
-rw-r--r--src/kqrunprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kqrunprocess.h b/src/kqrunprocess.h
index 721599f..0cd165e 100644
--- a/src/kqrunprocess.h
+++ b/src/kqrunprocess.h
@@ -29,7 +29,7 @@ static bool run_process( const TQString& command, const TQString& filename )
// To be safe, URL should contain no quotes, apostrofes and \0 symbols
safefilename.remove (TQRegExp ("['\"\0]"));
- preparedcommand.tqreplace( "%s", safefilename );
+ preparedcommand.replace( "%s", safefilename );
// And run an external command with fork()s
switch ( fork() )