summaryrefslogtreecommitdiffstats
path: root/tdeabc/vcardparser/testread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/vcardparser/testread.cpp')
-rw-r--r--tdeabc/vcardparser/testread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/vcardparser/testread.cpp b/tdeabc/vcardparser/testread.cpp
index 0b87e6621..0be056edb 100644
--- a/tdeabc/vcardparser/testread.cpp
+++ b/tdeabc/vcardparser/testread.cpp
@@ -30,7 +30,7 @@
#include <tdelocale.h>
#include <tdeaboutdata.h>
-#include "vcardconverter.h"
+#include "tdeabc/vcardconverter.h"
#include "vcard.h"
static const TDECmdLineOptions options[] =
@@ -70,7 +70,7 @@ int main( int argc, char **argv )
TQString text;
TQTextStream s( &file );
- s.setEncoding( TQTextStream::Latin1 );
+ s.setEncoding( TQTextStream::UnicodeUTF8 );
text = s.read();
file.close();