summaryrefslogtreecommitdiffstats
path: root/kjsembed/kjsembedpart_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/kjsembedpart_imp.h')
-rw-r--r--kjsembed/kjsembedpart_imp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/kjsembedpart_imp.h b/kjsembed/kjsembedpart_imp.h
index a7ca1f83..ae743fed 100644
--- a/kjsembed/kjsembedpart_imp.h
+++ b/kjsembed/kjsembedpart_imp.h
@@ -47,10 +47,10 @@ public:
CustomMethod=0x1000
};
- KJSEmbedPartImp( KJS::ExecState *exec, KJSEmbedPart *part, int id, const QString &param=QString::null );
+ KJSEmbedPartImp( KJS::ExecState *exec, KJSEmbedPart *part, int id, const TQString &param=TQString::null );
~KJSEmbedPartImp();
- QString parameter() const { return param; }
+ TQString parameter() const { return param; }
/** Returns true iff this object implements the call function. */
virtual bool implementsCall() const { return true; }
@@ -61,7 +61,7 @@ public:
private:
KJSEmbedPart *part;
uint id;
- QString param;
+ TQString param;
class KJSEmbedPartImpPrivate *d;
};