summaryrefslogtreecommitdiffstats
path: root/kiosktool/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:46:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:46:31 -0600
commit969e918e16b749e77b149b7d7ae53a91ad774b6c (patch)
tree9f2a4ec9fa25776e276dd870bdef9896a2731c70 /kiosktool/main.cpp
parentf5457542263e7546ad17b3be30a1c9b99e80e5b4 (diff)
downloadkiosktool-969e918e16b749e77b149b7d7ae53a91ad774b6c.tar.gz
kiosktool-969e918e16b749e77b149b7d7ae53a91ad774b6c.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool/main.cpp')
-rw-r--r--kiosktool/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp
index 2bee59a..8f8f2b8 100644
--- a/kiosktool/main.cpp
+++ b/kiosktool/main.cpp
@@ -26,8 +26,8 @@
#include <tdeapplication.h>
#include <tdecmdlineargs.h>
#include <tdeversion.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
static const char *description =
I18N_NOOP("KIOSK Admin Tool");