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 --- kdeprint/kmfactory.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'kdeprint/kmfactory.h') diff --git a/kdeprint/kmfactory.h b/kdeprint/kmfactory.h index 05cd124fe..0e9ad8021 100644 --- a/kdeprint/kmfactory.h +++ b/kdeprint/kmfactory.h @@ -21,12 +21,12 @@ #ifndef KMFACTORY_H #define KMFACTORY_H -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include #include @@ -42,7 +42,7 @@ class KLibFactory; class KConfig; class KPReloadObject; -class KDEPRINT_EXPORT KMFactory : public QObject, public DCOPObject +class KDEPRINT_EXPORT KMFactory : public TQObject, public DCOPObject { Q_OBJECT K_DCOP @@ -72,13 +72,13 @@ public: KMSpecialManager* specialManager(); KXmlCommandManager* commandManager(); KPrinterImpl* printerImplementation(); - KConfig* printConfig(const QString& group = QString::null); - QString printSystem(); - QValueList pluginList(); - PluginInfo pluginInfo(const QString& name); + KConfig* printConfig(const TQString& group = TQString::null); + TQString printSystem(); + TQValueList pluginList(); + PluginInfo pluginInfo(const TQString& name); void saveConfig(); - void reload(const QString& syst, bool saveSyst = true); + void reload(const TQString& syst, bool saveSyst = true); void registerObject(KPReloadObject*, bool = false); void unregisterObject(KPReloadObject*); @@ -92,8 +92,8 @@ public: }; Settings* settings() const { return m_settings; } - QPair requestPassword( int& seqNbr, const QString& user, const QString& host = "localhost", int port = 0 ); - void initPassword( const QString& user, const QString& password, const QString& host = "localhsot", int port = 0 ); + QPair requestPassword( int& seqNbr, const TQString& user, const TQString& host = "localhost", int port = 0 ); + void initPassword( const TQString& user, const TQString& password, const TQString& host = "localhsot", int port = 0 ); k_dcop: ASYNC slot_pluginChanged(pid_t); @@ -108,9 +108,9 @@ private: void createJobManager(); void createUiManager(); void createPrinterImpl(); - void loadFactory(const QString& syst = QString::null); + void loadFactory(const TQString& syst = TQString::null); void unload(); - QString autoDetect(); + TQString autoDetect(); private: static KMFactory *m_self; @@ -123,7 +123,7 @@ private: KConfig *m_printconfig; Settings *m_settings; - QPtrList m_objects; + TQPtrList m_objects; }; #endif -- cgit v1.2.3