diff options
Diffstat (limited to 'noatun/modules/htmlexport')
-rw-r--r-- | noatun/modules/htmlexport/htmlexport.cpp | 2 | ||||
-rw-r--r-- | noatun/modules/htmlexport/htmlexport.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/htmlexport/htmlexport.cpp b/noatun/modules/htmlexport/htmlexport.cpp index 27746b69..60792eea 100644 --- a/noatun/modules/htmlexport/htmlexport.cpp +++ b/noatun/modules/htmlexport/htmlexport.cpp @@ -1,7 +1,7 @@ #include <klocale.h> #include <tqregexp.h> #include <tqtextcodec.h> -#include <kaction.h> +#include <tdeaction.h> #include <noatun/stdaction.h> #include "htmlexport.h" diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h index 0c3de125..d9acd313 100644 --- a/noatun/modules/htmlexport/htmlexport.h +++ b/noatun/modules/htmlexport/htmlexport.h @@ -14,7 +14,7 @@ #include <tqwhatsthis.h> #include <klocale.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <tdefiledialog.h> #include <ktempfile.h> #include <kcolorbutton.h> |