diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /korn/kio_count.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korn/kio_count.h')
-rw-r--r-- | korn/kio_count.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/kio_count.h b/korn/kio_count.h index c9a1b9f08..ed5ef584d 100644 --- a/korn/kio_count.h +++ b/korn/kio_count.h @@ -21,7 +21,7 @@ //This class count the number of message available. -#include <qobject.h> +#include <tqobject.h> #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<KKioDrop::FileInfo> *_new_mailurls; //entries can come with more function calls. + TQValueList<KKioDrop::FileInfo> *_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: |