diff options
Diffstat (limited to 'kjsembed/qtbindings/qchecklistitem_imp.h')
-rw-r--r-- | kjsembed/qtbindings/qchecklistitem_imp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/qtbindings/qchecklistitem_imp.h b/kjsembed/qtbindings/qchecklistitem_imp.h index a1030d2a..5bc5bcd8 100644 --- a/kjsembed/qtbindings/qchecklistitem_imp.h +++ b/kjsembed/qtbindings/qchecklistitem_imp.h @@ -26,7 +26,7 @@ namespace Bindings { }; } /** - * Wrapper class for QCheckListItem methods. + * Wrapper class for TQCheckListItem methods. * * @author Richard Moore, rich@kde.org */ @@ -72,7 +72,7 @@ public: static void addBindings( KJS::ExecState *exec, KJS::Object &object ); - static QCheckListItem *toQCheckListItem( KJS::Object &object ); + static TQCheckListItem *toQCheckListItem( KJS::Object &object ); // // Constructors implemented by this class. @@ -123,7 +123,7 @@ public: virtual KJS::Value call( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args ); private: - QCheckListItem *instance; // Temp + TQCheckListItem *instance; // Temp int id; bool cons; }; |