From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kate/app/katefilelist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/app/katefilelist.h') 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 -- cgit v1.2.1