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_count.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/kio_count.h') diff --git a/korn/kio_count.h b/korn/kio_count.h index c9a1b9f0..ed5ef584 100644 --- a/korn/kio_count.h +++ b/korn/kio_count.h @@ -21,7 +21,7 @@ //This class count the number of message available. -#include +#include #include "kio.h" //Alsewise, no access to KKioDrop::FileInfo (needed in template) @@ -44,7 +44,7 @@ class QString; class KIO_Count : public QObject { Q_OBJECT public: - KIO_Count( QObject * parent = 0, const char * name = 0 ); + KIO_Count( TQObject * parent = 0, const char * name = 0 ); ~KIO_Count(); //This function starts counting @@ -62,12 +62,12 @@ private: KIO::MetaData *_metadata; const KIO_Protocol *_protocol; bool _valid; - QValueList *_new_mailurls; //entries can come with more function calls. + TQValueList *_new_mailurls; //entries can come with more function calls. int _subjects_pending; int _total_new_messages; SortedMailSubject *_popup_subjects; private: - void showPassive( const QString& ); + void showPassive( const TQString& ); void disconnectSlave(); private slots: -- cgit v1.2.1