summaryrefslogtreecommitdiffstats
path: root/kmix/mixdevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mixdevice.cpp')
-rw-r--r--kmix/mixdevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixdevice.cpp b/kmix/mixdevice.cpp
index d647488f..b29c485f 100644
--- a/kmix/mixdevice.cpp
+++ b/kmix/mixdevice.cpp
@@ -123,7 +123,7 @@ TQString& MixDevice::getPK() {
void MixDevice::setPK(TQString &PK) {
_pk = PK;
// The key is used in the config file. It should not contain spaces
- _pk.tqreplace(' ', '_');
+ _pk.replace(' ', '_');
}
/**