summaryrefslogtreecommitdiffstats
path: root/kjsembed/qtbindings/qt_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/qtbindings/qt_imp.h')
-rw-r--r--kjsembed/qtbindings/qt_imp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/qtbindings/qt_imp.h b/kjsembed/qtbindings/qt_imp.h
index 4dfbfc3c..5faa7be5 100644
--- a/kjsembed/qtbindings/qt_imp.h
+++ b/kjsembed/qtbindings/qt_imp.h
@@ -51,7 +51,7 @@ public:
*/
static void addBindings( KJS::ExecState *exec, KJS::Object &object );
- static Qt *toQt( KJS::Object &object );
+ static TQt *toTQt( KJS::Object &object );
//
// Constructors implemented by this class.
@@ -80,7 +80,7 @@ public:
virtual KJS::Value call( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args );
private:
- Qt *instance; // Temp
+ TQt *instance; // Temp
int id;
bool cons;
};