summaryrefslogtreecommitdiffstats
path: root/kmail/encodingdetector_ja_p.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:50 -0600
commitb363d2579af0a11b77e698aed2e1021c2233b644 (patch)
treef4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /kmail/encodingdetector_ja_p.h
parent61bddfe3a7226b18c68a76124b727c736f431688 (diff)
downloadtdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz
tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmail/encodingdetector_ja_p.h')
-rw-r--r--kmail/encodingdetector_ja_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/encodingdetector_ja_p.h b/kmail/encodingdetector_ja_p.h
index dac255d5..26eaa523 100644
--- a/kmail/encodingdetector_ja_p.h
+++ b/kmail/encodingdetector_ja_p.h
@@ -42,7 +42,7 @@
#ifdef TQ_WS_WIN
#undef UNICODE
#endif
-namespace khtml {
+namespace tdehtml {
class guess_arc {
public:
unsigned int next; /* next state */
@@ -50,7 +50,7 @@ namespace khtml {
};
}
-using namespace khtml;
+using namespace tdehtml;
typedef signed char dfa_table[256];
@@ -62,7 +62,7 @@ extern guess_arc guess_sjis_ar[6];
extern const dfa_table guess_utf8_st[];
extern guess_arc guess_utf8_ar[11];
-namespace khtml {
+namespace tdehtml {
class guess_dfa {
public: