diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdeprint/cups/kmcupsjobmanager.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/cups/kmcupsjobmanager.h')
-rw-r--r-- | kdeprint/cups/kmcupsjobmanager.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kdeprint/cups/kmcupsjobmanager.h b/kdeprint/cups/kmcupsjobmanager.h index 27f3073aa..cba3371dc 100644 --- a/kdeprint/cups/kmcupsjobmanager.h +++ b/kdeprint/cups/kmcupsjobmanager.h @@ -22,7 +22,7 @@ #include "kmjobmanager.h" #include "ipprequest.h" -#include <qstringlist.h> +#include <tqstringlist.h> class KMPrinter; @@ -31,22 +31,22 @@ class KMCupsJobManager : public KMJobManager Q_OBJECT public: - KMCupsJobManager(QObject *parent, const char *name, const QStringList &/*args*/); + KMCupsJobManager(TQObject *parent, const char *name, const TQStringList &/*args*/); virtual ~KMCupsJobManager(); int actions(); - QValueList<KAction*> createPluginActions(KActionCollection*); - void validatePluginActions(KActionCollection*, const QPtrList<KMJob>&); - bool doPluginAction(int, const QPtrList<KMJob>&); + TQValueList<KAction*> createPluginActions(KActionCollection*); + void validatePluginActions(KActionCollection*, const TQPtrList<KMJob>&); + bool doPluginAction(int, const TQPtrList<KMJob>&); protected: bool jobIppReport(KMJob*); - bool changePriority(const QPtrList<KMJob>&, bool); + bool changePriority(const TQPtrList<KMJob>&, bool); bool editJobAttributes(KMJob*); protected: - bool listJobs(const QString&, JobType, int = 0); - bool sendCommandSystemJob(const QPtrList<KMJob>& jobs, int action, const QString& arg = QString::null); + bool listJobs(const TQString&, JobType, int = 0); + bool sendCommandSystemJob(const TQPtrList<KMJob>& jobs, int action, const TQString& arg = TQString::null); void parseListAnswer(IppRequest& req, KMPrinter *pr); }; |