From f008adb5a77e094eaf6abf3fc0f36958e66896a5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 05:28:35 +0000 Subject: TQt4 port koffice This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/kross/ruby/rubyextension.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'lib/kross/ruby/rubyextension.h') diff --git a/lib/kross/ruby/rubyextension.h b/lib/kross/ruby/rubyextension.h index 74041048..f6287961 100644 --- a/lib/kross/ruby/rubyextension.h +++ b/lib/kross/ruby/rubyextension.h @@ -102,40 +102,40 @@ class RubyExtension{ */ static Kross::Api::Object::Ptr toObject(VALUE value); /** - * Converts a QString to a VALUE. If - * the QString isNull() then a "" will + * Converts a TQString to a VALUE. If + * the TQString isNull() then a "" will * be returned. - * \param s The QString to convert. - * \return The converted QString. + * \param s The TQString to convert. + * \return The converted TQString. */ - static VALUE toVALUE(const QString& s); + static VALUE toVALUE(const TQString& s); /** - * Converts a QStringList to a VALUE. - * \param list The QStringList to convert. - * \return The converted QStringList. + * Converts a TQStringList to a VALUE. + * \param list The TQStringList to convert. + * \return The converted TQStringList. */ - static VALUE toVALUE(QStringList list); + static VALUE toVALUE(TQStringList list); /** - * Converts a QMap to a VALUE. - * \param map The QMap to convert. - * \return The converted QMap. + * Converts a TQMap to a VALUE. + * \param map The TQMap to convert. + * \return The converted TQMap. */ - static VALUE toVALUE(QMap map); + static VALUE toVALUE(TQMap map); /** - * Converts a QValueList to a VALUE. - * \param list The QValueList to convert. - * \return The converted QValueList. + * Converts a TQValueList to a VALUE. + * \param list The TQValueList to convert. + * \return The converted TQValueList. */ - static VALUE toVALUE(QValueList list); + static VALUE toVALUE(TQValueList list); /** - * Converts a QVariant to a VALUE. - * \param variant The QVariant to convert. - * \return The converted QVariant. + * Converts a TQVariant to a VALUE. + * \param variant The TQVariant to convert. + * \return The converted TQVariant. */ - static VALUE toVALUE(const QVariant& variant); + static VALUE toVALUE(const TQVariant& variant); /** * Converts a \a Kross::Api::Object to a VALUE. -- cgit v1.2.1