diff options
Diffstat (limited to 'korn/kio_single_subject.cpp')
-rw-r--r-- | korn/kio_single_subject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kio_single_subject.cpp b/korn/kio_single_subject.cpp index 6d797efd8..02a6a103d 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 ); } |