diff options
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.cpp | 4 | ||||
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.h | 2 | ||||
-rw-r--r-- | xparts/xpart_notepad/xp_notepad_factory.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp index 16f23b62..95d744a4 100644 --- a/xparts/xpart_notepad/shell_xparthost.cpp +++ b/xparts/xpart_notepad/shell_xparthost.cpp @@ -6,8 +6,8 @@ #include <dcopobject.h> #include <kapplication.h> #include <kstdaction.h> -#include <kaction.h> -#include <kmainwindow.h> +#include <tdeaction.h> +#include <tdemainwindow.h> #include <kprocess.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> diff --git a/xparts/xpart_notepad/shell_xparthost.h b/xparts/xpart_notepad/shell_xparthost.h index 590a6293..4e329822 100644 --- a/xparts/xpart_notepad/shell_xparthost.h +++ b/xparts/xpart_notepad/shell_xparthost.h @@ -1,7 +1,7 @@ #ifndef shell_xparthost_h #define shell_xparthost_h -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp index f815fd4d..f81ea334 100644 --- a/xparts/xpart_notepad/xp_notepad_factory.cpp +++ b/xparts/xpart_notepad/xp_notepad_factory.cpp @@ -22,8 +22,8 @@ #include <dcopobject.h> #include <kapplication.h> #include <kstdaction.h> -#include <kaction.h> -#include <kmainwindow.h> +#include <tdeaction.h> +#include <tdemainwindow.h> #include <kprocess.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> |