From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/icons/iconthemes.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kcontrol/icons/iconthemes.h') diff --git a/kcontrol/icons/iconthemes.h b/kcontrol/icons/iconthemes.h index d6d1a9e91..622cedb19 100644 --- a/kcontrol/icons/iconthemes.h +++ b/kcontrol/icons/iconthemes.h @@ -20,7 +20,7 @@ #define ICONTHEMES_H #include -#include +#include #include class QPushButton; @@ -34,12 +34,12 @@ class IconThemesConfig : public KCModule Q_OBJECT public: - IconThemesConfig(QWidget *parent = 0L, const char *name = 0L); + IconThemesConfig(TQWidget *parent = 0L, const char *name = 0L); virtual ~IconThemesConfig(); void loadThemes(); - bool installThemes(const QStringList &themes, const QString &archiveName); - QStringList findThemeDirs(const QString &archiveName); + bool installThemes(const TQStringList &themes, const TQString &archiveName); + TQStringList findThemeDirs(const TQString &archiveName); void updateRemoveButton(); @@ -50,21 +50,21 @@ public: int buttons(); protected slots: - void themeSelected(QListViewItem *item); + void themeSelected(TQListViewItem *item); void installNewTheme(); void removeSelectedTheme(); private: - QListViewItem *iconThemeItem(const QString &name); + TQListViewItem *iconThemeItem(const TQString &name); KListView *m_iconThemes; - QPushButton *m_removeButton; + TQPushButton *m_removeButton; - QLabel *m_previewExec; - QLabel *m_previewFolder; - QLabel *m_previewDocument; - QListViewItem *m_defaultTheme; - QMap m_themeNames; + TQLabel *m_previewExec; + TQLabel *m_previewFolder; + TQLabel *m_previewDocument; + TQListViewItem *m_defaultTheme; + TQMap m_themeNames; bool m_bChanged; }; -- cgit v1.2.1