diff options
Diffstat (limited to 'src/editorproxy.cpp')
-rw-r--r-- | src/editorproxy.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/editorproxy.cpp b/src/editorproxy.cpp index a7b7a995..e3e28df4 100644 --- a/src/editorproxy.cpp +++ b/src/editorproxy.cpp @@ -18,10 +18,10 @@ #include <tdetexteditor/view.h> #include <kxmlguiclient.h> #include <kxmlguifactory.h> -#include <kmainwindow.h> -#include <kactioncollection.h> +#include <tdemainwindow.h> +#include <tdeactioncollection.h> #include <klocale.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include "toplevel.h" #include "partcontroller.h" |