diff options
Diffstat (limited to 'kate/app/katefilelist.h')
-rw-r--r-- | kate/app/katefilelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/katefilelist.h b/kate/app/katefilelist.h index 76403c1e8..dd166b460 100644 --- a/kate/app/katefilelist.h +++ b/kate/app/katefilelist.h @@ -102,8 +102,8 @@ class KateFileList : public KListView TQColor viewShade() const { return m_viewShade; } bool shadingEnabled() { return m_enableBgShading; } - void readConfig( class KConfig *config, const TQString &group ); - void writeConfig( class KConfig *config, const TQString &group ); + void readConfig( class TDEConfig *config, const TQString &group ); + void writeConfig( class TDEConfig *config, const TQString &group ); /** * reimplemented to remove the item from the history stacks |