From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksim/library/pluginglobal.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'ksim/library/pluginglobal.h') diff --git a/ksim/library/pluginglobal.h b/ksim/library/pluginglobal.h index 85df9ce..5dbeef8 100644 --- a/ksim/library/pluginglobal.h +++ b/ksim/library/pluginglobal.h @@ -20,9 +20,9 @@ #ifndef PLUGINGLOBAL_H #define PLUGINGLOBAL_H -#include -#include -#include +#include +#include +#include #include @@ -93,19 +93,19 @@ namespace KSim * @return the name of the plugin, NOT the library name * @see #libName */ - const QString &name() const; + const TQString &name() const; /** * @return the icon of the plugin */ - QPixmap icon() const; + TQPixmap icon() const; /** * @return library name of the plugin */ - QCString libName() const; + TQCString libName() const; /** * @return path to the .desktop file */ - const QString &fileName() const; + const TQString &fileName() const; /** * @return the plugin object */ @@ -135,22 +135,22 @@ namespace KSim * use pluginList() from KSim::PluginLoader instead * @author Robbie Ward */ - class KDE_EXPORT PluginList : public QValueList + class KDE_EXPORT PluginList : public TQValueList { public: /** * constructs a null list */ - PluginList() : QValueList() {} + PluginList() : TQValueList() {} /** * constructs a copy of @p list */ - PluginList(const PluginList &list) : QValueList(list) {} + PluginList(const PluginList &list) : TQValueList(list) {} /** * constructs a copy of @p list */ - PluginList(const QValueList &list) - : QValueList(list) {} + PluginList(const TQValueList &list) + : TQValueList(list) {} /** * constructs a list with just one item */ -- cgit v1.2.1