summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/gubed/gubedsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/gubed/gubedsettings.cpp')
-rw-r--r--quanta/components/debugger/gubed/gubedsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/gubed/gubedsettings.cpp b/quanta/components/debugger/gubed/gubedsettings.cpp
index 9464dc81..b6df9b25 100644
--- a/quanta/components/debugger/gubed/gubedsettings.cpp
+++ b/quanta/components/debugger/gubed/gubedsettings.cpp
@@ -22,7 +22,7 @@
GubedSettings::GubedSettings(const TQString &protocolversion)
: GubedSettingsS(0, "GubedSettings", false, 0)
{
- textAbout->setText(textAbout->text().replace("%PROTOCOLVERSION%", protocolversion));
+ textAbout->setText(textAbout->text().tqreplace("%PROTOCOLVERSION%", protocolversion));
}
GubedSettings::~GubedSettings()