summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:51:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:51:10 -0600
commit3fb9fe1123909b59dcaf2ff3bffe229abe2a0000 (patch)
tree18e3760967e7c88d2c565e3decf46f073b48e97a /src/main.cpp
parent35b94200603bd8a48262c8a3899e603d68acaab6 (diff)
downloadpotracegui-3fb9fe1123909b59dcaf2ff3bffe229abe2a0000.tar.gz
potracegui-3fb9fe1123909b59dcaf2ff3bffe229abe2a0000.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0bc32e9..6ff31b5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,7 +23,7 @@
#include <tdeapplication.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
-#include <klocale.h>
+#include <tdelocale.h>
static const char description[] =
I18N_NOOP("An interface for potrace and autotrace");