diff options
Diffstat (limited to 'kmix/mixdevice.cpp')
-rw-r--r-- | kmix/mixdevice.cpp | 2 |
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(' ', '_'); } /** |