diff options
Diffstat (limited to 'src/netparams.h')
-rw-r--r-- | src/netparams.h | 2 |
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; |