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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kio_single_subject.cpp b/korn/kio_single_subject.cpp
index 6d797efd..02a6a103 100644
--- a/korn/kio_single_subject.cpp
+++ b/korn/kio_single_subject.cpp
@@ -45,7 +45,7 @@ KIO_Single_Subject::KIO_Single_Subject( TQObject * parent, const char * name,
_protocol = protocol;
_name = new TQString( url );
_size = size;
- _message = new QString;
+ _message = new TQString;
init( slave );
}