summaryrefslogtreecommitdiffstats
path: root/korn/kio_count.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/kio_count.cpp')
-rw-r--r--korn/kio_count.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/kio_count.cpp b/korn/kio_count.cpp
index 71da3080..683f8829 100644
--- a/korn/kio_count.cpp
+++ b/korn/kio_count.cpp
@@ -34,8 +34,8 @@
#include <tqstring.h>
-KIO_Count::KIO_Count( TQObject * parent, const char * name )
- : TQObject ( parent, name ),
+KIO_Count::KIO_Count( TQObject * tqparent, const char * name )
+ : TQObject ( tqparent, name ),
_kurl( 0 ),
_metadata( 0 ),
_protocol( 0 ),
@@ -259,12 +259,12 @@ void KIO_Count::entries( KIO::Job* job, const KIO::UDSEntryList &list )
for ( it1 = list.begin() ; it1 != list.end() ; it1++ )
{
/*
- * The list tqcontains multiple objects. Each object could be a file.
+ * The list contains multiple objects. Each object could be a file.
* Settings about it are saved in this scope until it is added to the list.
*/
isFile=false;
KKioDrop::FileInfo fileinfo;
- fileinfo.name = TQString::null;
+ fileinfo.name = TQString();
fileinfo.size = 0;
for ( it2 = (*it1).begin() ; it2 != (*it1).end() ; it2++ )