summaryrefslogtreecommitdiffstats
path: root/kdbg/gdbdriver.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-03 02:27:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 04:29:04 +0200
commitdaeb1d9355e1321b88534dc56d2870822e468fdb (patch)
tree15cc7567f5fb7a770bd60e909b272bab5d719a7a /kdbg/gdbdriver.cpp
parent9dab0e253ecf583a2cc6ca22e068d4f4022ca4d3 (diff)
downloadkdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.tar.gz
kdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.zip
Initial TDE conversion
Diffstat (limited to 'kdbg/gdbdriver.cpp')
-rw-r--r--kdbg/gdbdriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/gdbdriver.cpp b/kdbg/gdbdriver.cpp
index 4aab46d..e9c2f84 100644
--- a/kdbg/gdbdriver.cpp
+++ b/kdbg/gdbdriver.cpp
@@ -8,7 +8,7 @@
#include "exprwnd.h"
#include <ntqregexp.h>
#include <ntqstringlist.h>
-#include <klocale.h> /* i18n */
+#include <tdelocale.h> /* i18n */
#include <ctype.h>
#include <stdlib.h> /* strtol, atoi */
#include <string.h> /* strcpy */