summaryrefslogtreecommitdiffstats
path: root/src/netparams.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
commit197fa69548dda19a02b7d1c3575d6138212e3ca6 (patch)
tree138ebd1723cce0b83bb770a2087ff26a64eb14ba /src/netparams.h
parenta568c330aff616f2c9c0a74afd880644196d7b64 (diff)
downloadwlassistant-197fa69548dda19a02b7d1c3575d6138212e3ca6.tar.gz
wlassistant-197fa69548dda19a02b7d1c3575d6138212e3ca6.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/netparams.h')
-rw-r--r--src/netparams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netparams.h b/src/netparams.h
index 91335a9..c6a81b8 100644
--- a/src/netparams.h
+++ b/src/netparams.h
@@ -252,7 +252,7 @@ public:
if ( (!mCmd.isEmpty()) && (!quiet) ) {//mCmd = TQStringList();
TQString mCmdString = mCmd.join(" ");
- if (!np.wepKey.isEmpty()) mCmdString.tqreplace(np.wepKey, "xxxxxxxxxx");
+ if (!np.wepKey.isEmpty()) mCmdString.replace(np.wepKey, "xxxxxxxxxx");
std::cout << action << ": " << mCmdString << std::endl;
}
return mCmd;