summaryrefslogtreecommitdiffstats
path: root/utilities
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
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')
-rw-r--r--utilities/smb4k_kill.cpp2
-rw-r--r--utilities/smb4k_mount.cpp2
-rw-r--r--utilities/smb4k_mv.cpp2
-rw-r--r--utilities/smb4k_umount.cpp2
4 files changed, 4 insertions, 4 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;
}
diff --git a/utilities/smb4k_mount.cpp b/utilities/smb4k_mount.cpp
index 2ae1318..2e82f28 100644
--- a/utilities/smb4k_mount.cpp
+++ b/utilities/smb4k_mount.cpp
@@ -109,7 +109,7 @@ bool find_program( const char *name, char *path )
if ( !strcmp( file.c_str(), "" ) )
{
- cerr << "smb4k_mount: Could not tqfind " << name << " binary" << endl;
+ cerr << "smb4k_mount: Could not find " << name << " binary" << endl;
return false;
}
diff --git a/utilities/smb4k_mv.cpp b/utilities/smb4k_mv.cpp
index 119916f..7949722 100644
--- a/utilities/smb4k_mv.cpp
+++ b/utilities/smb4k_mv.cpp
@@ -93,7 +93,7 @@ bool find_program( const char *name, char *path )
if ( !strcmp( file.c_str(), "" ) )
{
- cerr << "smb4k_mv: Could not tqfind " << name << " binary" << endl;
+ cerr << "smb4k_mv: Could not find " << name << " binary" << endl;
return false;
}
diff --git a/utilities/smb4k_umount.cpp b/utilities/smb4k_umount.cpp
index fb82039..23eb266 100644
--- a/utilities/smb4k_umount.cpp
+++ b/utilities/smb4k_umount.cpp
@@ -121,7 +121,7 @@ bool find_program( const char *name, char *path )
if ( !strcmp( file.c_str(), "" ) )
{
- cerr << "smb4k_umount: Could not tqfind " << name << " binary" << endl;
+ cerr << "smb4k_umount: Could not find " << name << " binary" << endl;
return false;
}