From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korn/kio_subjects.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/kio_subjects.h') diff --git a/korn/kio_subjects.h b/korn/kio_subjects.h index c14ff43b..d51e1ec5 100644 --- a/korn/kio_subjects.h +++ b/korn/kio_subjects.h @@ -21,7 +21,7 @@ //This class calls other class to read all the subjects -#include +#include class KKioDrop; class KIO_Single_Subject; class KIO_Protocol; @@ -37,7 +37,7 @@ template class QValueList; class KIO_Subjects : public QObject { Q_OBJECT public: - KIO_Subjects( QObject * parent, const char * name ); + KIO_Subjects( TQObject * parent, const char * name ); ~KIO_Subjects( ); //This function let it start fetching headers. @@ -51,14 +51,14 @@ private: KURL *_kurl; KIO::MetaData *_metadata; const KIO_Protocol *_protocol; - QPtrList *_jobs; + TQPtrList *_jobs; KIO::Slave *_slave; bool _valid; //Opens a connection. void getConnection( ); //Start a job; the job itself is executed in KIO_Single_Subject - void startJob( const QString&, const long ); + void startJob( const TQString&, const long ); //Disconnect the connection void disConnect( bool ); -- cgit v1.2.3