diff options
Diffstat (limited to 'keep/app/logdialog.cpp')
-rw-r--r-- | keep/app/logdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keep/app/logdialog.cpp b/keep/app/logdialog.cpp index 8e4c27f..01ab691 100644 --- a/keep/app/logdialog.cpp +++ b/keep/app/logdialog.cpp @@ -18,7 +18,7 @@ #include "logdialog.h" -#include <klocale.h> +#include <tdelocale.h> #include <tqlayout.h> #include <kstandarddirs.h> #include <dcopref.h> @@ -32,7 +32,7 @@ #include <tqgroupbox.h> #include <tqradiobutton.h> #include <tqcheckbox.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeapplication.h> #include <kiconloader.h> #include <tqstringlist.h> |