diff options
Diffstat (limited to 'vcs/cvsservice/cvspartimpl.cpp')
-rw-r--r-- | vcs/cvsservice/cvspartimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/cvspartimpl.cpp b/vcs/cvsservice/cvspartimpl.cpp index 05de2c19..01c85df3 100644 --- a/vcs/cvsservice/cvspartimpl.cpp +++ b/vcs/cvsservice/cvspartimpl.cpp @@ -15,10 +15,10 @@ #include<tqcheckbox.h> #include <tdeapplication.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> #include <tdeversion.h> -#include <klocale.h> +#include <tdelocale.h> #include <kprocess.h> #include <kstandarddirs.h> #include <tdemainwindow.h> |