From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun/library/pluginmodule.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'noatun/library/pluginmodule.h') diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index 75d3e04d..59ece235 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -25,15 +25,15 @@ #include "noatun/pluginloader.h" #include -#include -#include +#include +#include class KTabCtl; class PluginListItem : public QCheckListItem { public: - PluginListItem(const bool _exclusive, bool _checked, const NoatunLibraryInfo &_info, QListView *_parent); + PluginListItem(const bool _exclusive, bool _checked, const NoatunLibraryInfo &_info, TQListView *_parent); const NoatunLibraryInfo &info() const { return mInfo; } // This will toggle the state without "emitting" the stateChange @@ -41,7 +41,7 @@ public: protected: virtual void stateChange(bool); - virtual void paintCell(QPainter *, const QColorGroup &, int, int, int); + virtual void paintCell(TQPainter *, const TQColorGroup &, int, int, int); private: NoatunLibraryInfo mInfo; bool silentStateChange; @@ -55,9 +55,9 @@ Q_OBJECT friend class PluginListItem; public: - PluginListView(QWidget *_parent = 0, const char *_name = 0); - PluginListView(unsigned _min, QWidget *_parent = 0, const char *_name = 0); - PluginListView(unsigned _min, unsigned _max, QWidget *_parent = 0, const char *_name = 0); + PluginListView(TQWidget *_parent = 0, const char *_name = 0); + PluginListView(unsigned _min, TQWidget *_parent = 0, const char *_name = 0); + PluginListView(unsigned _min, unsigned _max, TQWidget *_parent = 0, const char *_name = 0); virtual void clear(); @@ -76,12 +76,12 @@ class Plugins : public CModule { Q_OBJECT public: - Plugins(QObject *_parent = 0); + Plugins(TQObject *_parent = 0); virtual void save(); virtual void reopen(); protected: - virtual void showEvent(QShowEvent *); + virtual void showEvent(TQShowEvent *); private slots: void stateChange(PluginListItem *, bool); @@ -91,7 +91,7 @@ private: void removePlugin(const NoatunLibraryInfo &); PluginListItem *findItem(const NoatunLibraryInfo &) const; - QStringList mAdded, mDeleted; + TQStringList mAdded, mDeleted; PluginListView *interfaceList, *playlistList, *otherList, *visList; bool shown; -- cgit v1.2.1