diff options
Diffstat (limited to 'koshell/koshell_shell.cc')
-rw-r--r-- | koshell/koshell_shell.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc index 763026e3..991a2a09 100644 --- a/koshell/koshell_shell.cc +++ b/koshell/koshell_shell.cc @@ -40,12 +40,12 @@ #include <kkeydialog.h> #include <kstandarddirs.h> #include <klibloader.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kservice.h> #include <kmessagebox.h> -#include <krecentdocument.h> +#include <tderecentdocument.h> #include <tdeparts/partmanager.h> -#include <kaction.h> +#include <tdeaction.h> #include <tdeversion.h> #include <kaboutdata.h> |