diff options
Diffstat (limited to 'noatun/modules/htmlexport/htmlexport.h')
-rw-r--r-- | noatun/modules/htmlexport/htmlexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h index acadeabd..9e710547 100644 --- a/noatun/modules/htmlexport/htmlexport.h +++ b/noatun/modules/htmlexport/htmlexport.h @@ -44,7 +44,7 @@ public: private: TQString htmlEscape(const TQString &source); TQString getColorByEntry(TQString s); - KConfig *config; + TDEConfig *config; KAction *mAction; private slots: |