diff options
Diffstat (limited to 'kabc/vcard/RToken.cpp')
-rw-r--r-- | kabc/vcard/RToken.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kabc/vcard/RToken.cpp b/kabc/vcard/RToken.cpp index 2a85820bd..b0e251a87 100644 --- a/kabc/vcard/RToken.cpp +++ b/kabc/vcard/RToken.cpp @@ -24,14 +24,14 @@ #include <string.h> #include <stddef.h> -#include <qcstring.h> -#include <qstrlist.h> +#include <tqcstring.h> +#include <tqstrlist.h> namespace VCARD { Q_UINT32 -RTokenise(const char * str, const char * delim, QStrList & l) +RTokenise(const char * str, const char * delim, TQStrList & l) { // FIXME no stderr ! l.clear(); |