From 1b9ba97805fd4a187f1b8247c358feb823535b77 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: 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 --- utilities/smb4k_kill.cpp | 2 +- utilities/smb4k_mount.cpp | 2 +- utilities/smb4k_mv.cpp | 2 +- utilities/smb4k_umount.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'utilities') 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; } -- cgit v1.2.1