diff options
Diffstat (limited to 'kppp/ppplog.cpp')
-rw-r--r-- | kppp/ppplog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/ppplog.cpp b/kppp/ppplog.cpp index fe73a1ad..8ca0a652 100644 --- a/kppp/ppplog.cpp +++ b/kppp/ppplog.cpp @@ -43,11 +43,11 @@ #include <tqlayout.h> #include <kbuttonbox.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "pppdata.h" #include "requester.h" -#include <klocale.h> +#include <tdelocale.h> int PPPL_MakeLog(TQStringList &list) { |