summaryrefslogtreecommitdiffstats
path: root/vcs/perforce
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:08 -0600
commitef5399ae5a952065c7a0679d4a875d154c972945 (patch)
treefcb55d81ad3cadbd3005f3d91bd92a49570a0905 /vcs/perforce
parent56af19378809499e458b6cba44b6988077268773 (diff)
downloadtdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz
tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'vcs/perforce')
-rw-r--r--vcs/perforce/commitdlg.cpp2
-rw-r--r--vcs/perforce/perforcepart.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcs/perforce/commitdlg.cpp b/vcs/perforce/commitdlg.cpp
index abfa1683..0d2f91a9 100644
--- a/vcs/perforce/commitdlg.cpp
+++ b/vcs/perforce/commitdlg.cpp
@@ -18,7 +18,7 @@
#include <tqpushbutton.h>
#include <tqregexp.h>
#include <kprocess.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <klineedit.h>
#include <kmessagebox.h>
diff --git a/vcs/perforce/perforcepart.cpp b/vcs/perforce/perforcepart.cpp
index bd19bb54..d6b9c98b 100644
--- a/vcs/perforce/perforcepart.cpp
+++ b/vcs/perforce/perforcepart.cpp
@@ -20,7 +20,7 @@
#include <kdevgenericfactory.h>
#include <kprocess.h>
#include <kmessagebox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeaction.h>
#include <kurl.h>
#include <tdeparts/part.h>