summaryrefslogtreecommitdiffstats
path: root/utilities/smb4k_kill.cpp
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
commit1b9ba97805fd4a187f1b8247c358feb823535b77 (patch)
tree68d33075c3597a0f9835364b4c77fb1488bb1f42 /utilities/smb4k_kill.cpp
parent5539063c804d38a8b3406c5647b1a8d1a66d63b0 (diff)
downloadsmb4k-1b9ba97805fd4a187f1b8247c358feb823535b77.tar.gz
smb4k-1b9ba97805fd4a187f1b8247c358feb823535b77.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smb4k@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'utilities/smb4k_kill.cpp')
-rw-r--r--utilities/smb4k_kill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/smb4k_kill.cpp b/utilities/smb4k_kill.cpp
index 546a4bb..7c31bfd 100644
--- a/utilities/smb4k_kill.cpp
+++ b/utilities/smb4k_kill.cpp
@@ -82,7 +82,7 @@ bool find_program( const char *name, char *path )
if ( !strcmp( file.c_str(), "" ) )
{
- cerr << "smb4k_kill: Could not tqfind " << name << " binary" << endl;
+ cerr << "smb4k_kill: Could not find " << name << " binary" << endl;
return false;
}