From 6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:34:45 -0600 Subject: Rename additional global TQt functions --- kppp/runtests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kppp/runtests.cpp') 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; -- cgit v1.2.1