summaryrefslogtreecommitdiffstats
path: root/kmouth/wordcompletion/wordcompletionwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:00:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:00:30 -0600
commita1dc980408b413b3596c22d4631d18e4c348ab98 (patch)
tree674da02d15986991970eafb46b701c1fc9b49fce /kmouth/wordcompletion/wordcompletionwidget.cpp
parent8a9a0d9d01adc055db2b00aff01f945115581991 (diff)
downloadtdeaccessibility-a1dc980408b413b3596c22d4631d18e4c348ab98.tar.gz
tdeaccessibility-a1dc980408b413b3596c22d4631d18e4c348ab98.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmouth/wordcompletion/wordcompletionwidget.cpp')
-rw-r--r--kmouth/wordcompletion/wordcompletionwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmouth/wordcompletion/wordcompletionwidget.cpp b/kmouth/wordcompletion/wordcompletionwidget.cpp
index c9e9a1e..e35ce39 100644
--- a/kmouth/wordcompletion/wordcompletionwidget.cpp
+++ b/kmouth/wordcompletion/wordcompletionwidget.cpp
@@ -26,10 +26,10 @@
#include <klocale.h>
#include <kglobal.h>
#include <kstandarddirs.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <ksimpleconfig.h>
-#include <kfiledialog.h>
-#include <kio/netaccess.h>
+#include <tdefiledialog.h>
+#include <tdeio/netaccess.h>
#include <kmessagebox.h>
#include "dictionarycreationwizard.h"