diff options
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: |