summaryrefslogtreecommitdiffstats
path: root/vcs/perforce
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/perforce')
-rw-r--r--vcs/perforce/commitdlg.cpp4
-rw-r--r--vcs/perforce/perforcepart.cpp2
-rw-r--r--vcs/perforce/perforcepart.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/vcs/perforce/commitdlg.cpp b/vcs/perforce/commitdlg.cpp
index 0d2f91a9..5329df9f 100644
--- a/vcs/perforce/commitdlg.cpp
+++ b/vcs/perforce/commitdlg.cpp
@@ -19,9 +19,9 @@
#include <tqregexp.h>
#include <kprocess.h>
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <klineedit.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kdebug.h>
#include <stdlib.h>
diff --git a/vcs/perforce/perforcepart.cpp b/vcs/perforce/perforcepart.cpp
index d6b9c98b..59bd5448 100644
--- a/vcs/perforce/perforcepart.cpp
+++ b/vcs/perforce/perforcepart.cpp
@@ -19,7 +19,7 @@
#include <kdebug.h>
#include <kdevgenericfactory.h>
#include <kprocess.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeapplication.h>
#include <tdeaction.h>
#include <kurl.h>
diff --git a/vcs/perforce/perforcepart.h b/vcs/perforce/perforcepart.h
index 81a94e1c..4f233820 100644
--- a/vcs/perforce/perforcepart.h
+++ b/vcs/perforce/perforcepart.h
@@ -14,7 +14,7 @@
#define _PERFORCEPART_H_
#include <kdevversioncontrol.h>
-#include <klocale.h>
+#include <tdelocale.h>
class Context;
class TQPopupMenu;