diff options
Diffstat (limited to 'kdeprint/kmjobmanager.h')
-rw-r--r-- | kdeprint/kmjobmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/kmjobmanager.h b/kdeprint/kmjobmanager.h index a4eae0835..643be34d1 100644 --- a/kdeprint/kmjobmanager.h +++ b/kdeprint/kmjobmanager.h @@ -43,7 +43,7 @@ class KAction; * if you're a KDEPrint developer. The API might change in the * future and binary compatibility might be broken. */ -class KDEPRINT_EXPORT KMJobManager : public TQObject +class KDEPRINT_EXPORT KMJobManager : public QObject { Q_OBJECT @@ -68,8 +68,8 @@ public: int limit(); void setLimit(int val); - //KMJob* tqfindJob(int ID); - KMJob* tqfindJob(const TQString& uri); + //KMJob* findJob(int ID); + KMJob* findJob(const TQString& uri); //bool sendCommand(int ID, int action, const TQString& arg = TQString::null); bool sendCommand(const TQString& uri, int action, const TQString& arg = TQString::null); bool sendCommand(const TQPtrList<KMJob>& jobs, int action, const TQString& arg = TQString::null); |