diff options
Diffstat (limited to 'kmail/snippetdlg.cpp')
-rw-r--r-- | kmail/snippetdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/snippetdlg.cpp b/kmail/snippetdlg.cpp index f6af12728..60bf689e7 100644 --- a/kmail/snippetdlg.cpp +++ b/kmail/snippetdlg.cpp @@ -15,7 +15,7 @@ #include <kdialog.h> #include <klineedit.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqlabel.h> #include <tqlayout.h> @@ -23,7 +23,7 @@ #include <ktextedit.h> #include "kkeybutton.h" #include "tdeactioncollection.h" -#include "kmessagebox.h" +#include "tdemessagebox.h" /* * Constructs a SnippetDlg as a child of 'parent', with the |