diff options
Diffstat (limited to 'vcs/perforce')
-rw-r--r-- | vcs/perforce/commitdlg.cpp | 2 | ||||
-rw-r--r-- | vcs/perforce/perforcepart.cpp | 2 |
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> |