summaryrefslogtreecommitdiffstats
path: root/korn/kio_single_subject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/kio_single_subject.cpp')
-rw-r--r--korn/kio_single_subject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/kio_single_subject.cpp b/korn/kio_single_subject.cpp
index 02a6a103..782b1bde 100644
--- a/korn/kio_single_subject.cpp
+++ b/korn/kio_single_subject.cpp
@@ -35,10 +35,10 @@
#include <tqcstring.h>
#include <tqstring.h>
-KIO_Single_Subject::KIO_Single_Subject( TQObject * parent, const char * name,
+KIO_Single_Subject::KIO_Single_Subject( TQObject * tqparent, const char * name,
KURL &kurl, KIO::MetaData &metadata, const KIO_Protocol * protocol, KIO::Slave *& slave,
const TQString &url, const long size )
- : TQObject( parent, name )
+ : TQObject( tqparent, name )
{
_kurl = new KURL( kurl );
_metadata = new KIO::MetaData( metadata );