diff options
Diffstat (limited to 'korn/kio_count.h')
-rw-r--r-- | korn/kio_count.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/korn/kio_count.h b/korn/kio_count.h index a881d4101..c97ce2f64 100644 --- a/korn/kio_count.h +++ b/korn/kio_count.h @@ -41,10 +41,11 @@ class KURL; class TQString; -class KIO_Count : public QObject +class KIO_Count : public TQObject { Q_OBJECT + TQ_OBJECT public: - KIO_Count( TQObject * parent = 0, const char * name = 0 ); + KIO_Count( TQObject * tqparent = 0, const char * name = 0 ); ~KIO_Count(); //This function starts counting |