diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-02 13:14:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-02 13:14:46 +0900 |
commit | 225aca6edcb3be930e4dda017e64e42dd2235a27 (patch) | |
tree | 403ea1192d0063c80921db53d3ab7f59853830a1 /kjsembed/qtbindings/qt_imp.h | |
parent | f248cde27726e2df27c341b6cd28b104c88a5d35 (diff) | |
download | tdebindings-225aca6edcb3be930e4dda017e64e42dd2235a27.tar.gz tdebindings-225aca6edcb3be930e4dda017e64e42dd2235a27.zip |
Fix FTBFS caused by removal of tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/qtbindings/qt_imp.h')
-rw-r--r-- | kjsembed/qtbindings/qt_imp.h | 4 |
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; }; |