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.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/kjsembed/qtbindings/qt_imp.h b/kjsembed/qtbindings/qt_imp.h
index 6bc3b489..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;
};
@@ -88,9 +88,3 @@ private:
} // namespace KJSEmbed
#endif // KJSEMBED_Qt_H
-
-// Local Variables:
-// c-basic-offset: 4
-// End:
-
-