diff options
Diffstat (limited to 'vcs/perforce')
-rw-r--r-- | vcs/perforce/commitdlg.h | 2 | ||||
-rw-r--r-- | vcs/perforce/perforcepart.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h index ce870185..0bd98d71 100644 --- a/vcs/perforce/commitdlg.h +++ b/vcs/perforce/commitdlg.h @@ -16,7 +16,7 @@ #include <tqstringlist.h> #include <tqtextedit.h> #include <klineedit.h> -#include <klistbox.h> +#include <tdelistbox.h> #include <kdialogbase.h> class TDEProcess; 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> |