summaryrefslogtreecommitdiffstats
path: root/kdbg/testprogs/repeats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/testprogs/repeats.cpp')
-rw-r--r--kdbg/testprogs/repeats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdbg/testprogs/repeats.cpp b/kdbg/testprogs/repeats.cpp
index a7998df..0994323 100644
--- a/kdbg/testprogs/repeats.cpp
+++ b/kdbg/testprogs/repeats.cpp
@@ -1,6 +1,6 @@
// test <repeats 30 times> in arrays
-#include <qstring.h>
+#include <ntqstring.h>
struct Big {
struct bog {
@@ -26,7 +26,7 @@ int main()
for (int i = 1; i < 29; i++)
apf[i] = f;
- QString s[300];
+ TQString s[300];
for (int i = 0; i < 300; i++)
s[i].sprintf("String %d", i);