diff options
Diffstat (limited to 'vcs/perforce/perforcepart.cpp')
-rw-r--r-- | vcs/perforce/perforcepart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/perforce/perforcepart.cpp b/vcs/perforce/perforcepart.cpp index 19df30a7..bd19bb54 100644 --- a/vcs/perforce/perforcepart.cpp +++ b/vcs/perforce/perforcepart.cpp @@ -15,13 +15,13 @@ #include <tqfileinfo.h> #include <tqpopupmenu.h> #include <tqregexp.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kdebug.h> #include <kdevgenericfactory.h> #include <kprocess.h> #include <kmessagebox.h> #include <kapplication.h> -#include <kaction.h> +#include <tdeaction.h> #include <kurl.h> #include <tdeparts/part.h> |