From 479f5f799523bffbcc83dff581a2299c047c6fff Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:44:01 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kjsembed/qtbindings/qchecklistitem_imp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kjsembed/qtbindings/qchecklistitem_imp.h') 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; }; -- cgit v1.2.1