diff options
Diffstat (limited to 'korn/kio_single_subject.h')
-rw-r--r-- | korn/kio_single_subject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/kio_single_subject.h b/korn/kio_single_subject.h index 662d2e538..ee021a33c 100644 --- a/korn/kio_single_subject.h +++ b/korn/kio_single_subject.h @@ -29,9 +29,9 @@ class KURL; namespace KIO { class MetaData; class Job; class TransferJob; class Slave; } class KIO_Protocol; -class QString; -template<class T> class QMemArray; -typedef TQMemArray<char> QByteArray; +class TQString; +template<class T> class TQMemArray; +typedef TQMemArray<char> TQByteArray; class KIO_Single_Subject : public QObject { Q_OBJECT |