diff options
Diffstat (limited to 'noatun/modules/htmlexport/htmlexport.h')
-rw-r--r-- | noatun/modules/htmlexport/htmlexport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h index 304092fb..0c3de125 100644 --- a/noatun/modules/htmlexport/htmlexport.h +++ b/noatun/modules/htmlexport/htmlexport.h @@ -29,7 +29,7 @@ #include <noatun/pref.h> #include <noatun/plugin.h> -class KAction; +class TDEAction; class HTMLExport : public TQObject, public Plugin { @@ -45,7 +45,7 @@ private: TQString htmlEscape(const TQString &source); TQString getColorByEntry(TQString s); TDEConfig *config; - KAction *mAction; + TDEAction *mAction; private slots: void slotExport(); |