From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kutils/kpluginselector_p.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'kutils/kpluginselector_p.h') diff --git a/kutils/kpluginselector_p.h b/kutils/kpluginselector_p.h index c9b968c0f..c8a6cb546 100644 --- a/kutils/kpluginselector_p.h +++ b/kutils/kpluginselector_p.h @@ -20,7 +20,7 @@ #ifndef KPLUGINSELECTOR_P_H #define KPLUGINSELECTOR_P_H -#include +#include #include @@ -55,13 +55,13 @@ class KPluginSelectionWidget : public QWidget * @param category The unstranslated category key name. * @param config Set the KConfigGroup object that holds the * state of the plugins being enabled or not. - * @param name The name of the widget (passed to QWidget) + * @param name The name of the widget (passed to TQWidget) * * @internal */ - KPluginSelectionWidget( const QValueList & plugininfos, - KPluginSelector * kps, QWidget * parent, const QString & catname, - const QString & category, KConfigGroup * config = 0, + KPluginSelectionWidget( const TQValueList & plugininfos, + KPluginSelector * kps, TQWidget * parent, const TQString & catname, + const TQString & category, KConfigGroup * config = 0, const char * name = 0 ); virtual ~KPluginSelectionWidget(); @@ -72,7 +72,7 @@ class KPluginSelectionWidget : public QWidget * * @internal */ - QString catName() const; + TQString catName() const; /** * Tell the KPluginInfo objects to load their state (enabled/disabled). @@ -88,7 +88,7 @@ class KPluginSelectionWidget : public QWidget /** * @return whether the plugin is enabled in the ListView or not. */ - bool pluginChecked( const QString & pluginName ) const; + bool pluginChecked( const TQString & pluginName ) const; signals: /** @@ -103,7 +103,7 @@ class KPluginSelectionWidget : public QWidget * argument is the name of the parent component that needs to reload * its config */ - void configCommitted( const QCString & instanceName ); + void configCommitted( const TQCString & instanceName ); protected: /** @@ -114,16 +114,16 @@ class KPluginSelectionWidget : public QWidget * * @return Whether the plugin is loaded. */ - virtual bool pluginIsLoaded( const QString & pluginName ) const; + virtual bool pluginIsLoaded( const TQString & pluginName ) const; private slots: /** - * Called when a QCheckListItem is checked or unchecked. It calls + * Called when a TQCheckListItem is checked or unchecked. It calls * checkDependencies on the Plugin and then updateConfigPage. * * @internal */ - void executed( QListViewItem * ); + void executed( TQListViewItem * ); /** * Called whenever the visible config page should change (plugin @@ -158,7 +158,7 @@ class KPluginSelectionWidget : public QWidget * KPluginSelectionWidget is shown and sets the currentplugininfo * accordingly. */ - void tabWidgetChanged( QWidget * ); + void tabWidgetChanged( TQWidget * ); private: /** @@ -168,7 +168,7 @@ class KPluginSelectionWidget : public QWidget * * @internal */ - QWidget * insertKCM( QWidget * parent, const KCModuleInfo & ); + TQWidget * insertKCM( TQWidget * parent, const KCModuleInfo & ); /** * Embed the KCMs for the plugin into the widgetstack @@ -177,7 +177,7 @@ class KPluginSelectionWidget : public QWidget */ void embeddPluginKCMs( KPluginInfo *, bool ); - void init( const QValueList & plugininfos, const QString & ); + void init( const TQValueList & plugininfos, const TQString & ); void checkDependencies( const KPluginInfo * ); struct KPluginSelectionWidgetPrivate; -- cgit v1.2.1