diff options
Diffstat (limited to 'kmouth/phrasebook/phrasetree.cpp')
-rw-r--r-- | kmouth/phrasebook/phrasetree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/phrasebook/phrasetree.cpp b/kmouth/phrasebook/phrasetree.cpp index da82164..6a2bac2 100644 --- a/kmouth/phrasebook/phrasetree.cpp +++ b/kmouth/phrasebook/phrasetree.cpp @@ -15,14 +15,14 @@ * * ***************************************************************************/ -#include <klocale.h> +#include <tdelocale.h> #include <tdeconfig.h> #include <tdeaction.h> #include <tdestdaccel.h> #include <tdeshortcutlist.h> #include <tdeactionshortcutlist.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "phrasetree.h" #include "phrasebookdialog.h" |