summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/plugin.h')
-rw-r--r--kipi-plugins/htmlexport/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/htmlexport/plugin.h b/kipi-plugins/htmlexport/plugin.h
index 343437a..8e88242 100644
--- a/kipi-plugins/htmlexport/plugin.h
+++ b/kipi-plugins/htmlexport/plugin.h
@@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include <libkipi/plugin.h>
-class KAction;
+class TDEAction;
namespace KIPIHTMLExport {
@@ -39,7 +39,7 @@ public:
Plugin(TQObject *parent, const char* name, const TQStringList &args);
virtual ~Plugin();
- KIPI::Category category( KAction* action ) const;
+ KIPI::Category category( TDEAction* action ) const;
virtual void setup( TQWidget* widget );
private slots: