diff options
Diffstat (limited to 'part/actions.h')
-rw-r--r-- | part/actions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/part/actions.h b/part/actions.h index 3956c74..f6d9af7 100644 --- a/part/actions.h +++ b/part/actions.h @@ -18,7 +18,7 @@ #ifndef ACTIONS_H #define ACTIONS_H -#include <kaction.h> +#include <tdeaction.h> #include <tqlabel.h> class TQComboBox; @@ -26,7 +26,7 @@ class TQComboBox; *@author Lumir Vanek */ -class KXmlEditorComboAction : public KAction +class KXmlEditorComboAction : public TDEAction { Q_OBJECT public: |