diff options
Diffstat (limited to 'src/editorproxy.h')
-rw-r--r-- | src/editorproxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/editorproxy.h b/src/editorproxy.h index d71d4cda..7cbd9ec9 100644 --- a/src/editorproxy.h +++ b/src/editorproxy.h @@ -10,10 +10,10 @@ class TQPopupMenu; class MultiBuffer; class TQTimer; -#include <kparts/part.h> -#include <ktexteditor/markinterface.h> +#include <tdeparts/part.h> +#include <tdetexteditor/markinterface.h> #include <tdeversion.h> -# include <ktexteditor/markinterfaceextension.h> +# include <tdetexteditor/markinterfaceextension.h> class EditorProxy : public TQObject { |