diff options
Diffstat (limited to 'korn/kio_count.cpp')
-rw-r--r-- | korn/kio_count.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/kio_count.cpp b/korn/kio_count.cpp index e43b97060..a1635fd9f 100644 --- a/korn/kio_count.cpp +++ b/korn/kio_count.cpp @@ -34,8 +34,8 @@ #include <tqstring.h> -KIO_Count::KIO_Count( TQObject * tqparent, const char * name ) - : TQObject ( tqparent, name ), +KIO_Count::KIO_Count( TQObject * parent, const char * name ) + : TQObject ( parent, name ), _kurl( 0 ), _metadata( 0 ), _protocol( 0 ), |