summaryrefslogtreecommitdiffstats
path: root/khtml/ecma/kjs_mozilla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/ecma/kjs_mozilla.cpp')
-rw-r--r--khtml/ecma/kjs_mozilla.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/ecma/kjs_mozilla.cpp b/khtml/ecma/kjs_mozilla.cpp
index 4b1520b9a..1a5555c42 100644
--- a/khtml/ecma/kjs_mozilla.cpp
+++ b/khtml/ecma/kjs_mozilla.cpp
@@ -73,9 +73,9 @@ Value MozillaSidebarExtensionFunc::tryCall(ExecState *exec, Object &thisObj, con
// addPanel() id == 0
KParts::BrowserExtension *ext = part->browserExtension();
if (ext) {
- QString url, name;
+ TQString url, name;
if (args.size() == 1) { // I've seen this, don't know if it's legal.
- name = QString::null;
+ name = TQString::null;
url = args[0].toString(exec).qstring();
} else if (args.size() == 2 || args.size() == 3) {
name = args[0].toString(exec).qstring();