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 ae743fed..a38b286f 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 TQString &param=TQString::null );
+ KJSEmbedPartImp( KJS::ExecState *exec, KJSEmbedPart *part, int id, const TTQString &param=TTQString::null );
~KJSEmbedPartImp();
- TQString parameter() const { return param; }
+ TTQString 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;
- TQString param;
+ TTQString param;
class KJSEmbedPartImpPrivate *d;
};