diff options
Diffstat (limited to 'kppp/runtests.cpp')
-rw-r--r-- | kppp/runtests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/runtests.cpp b/kppp/runtests.cpp index a520d116..6e3f8f21 100644 --- a/kppp/runtests.cpp +++ b/kppp/runtests.cpp @@ -62,7 +62,7 @@ extern const char* pppdPath(); static void decode_version (const char *_buf, int *version, int *modification, int *patch) { - char *buffer = qstrdup(_buf); + char *buffer = tqstrdup(_buf); char *buf = buffer; *version = (int) strtoul (buf, &buf, 10); *modification = 0; |