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/kateviewspace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kate/app/kateviewspace.h') diff --git a/kate/app/kateviewspace.h b/kate/app/kateviewspace.h index 2c82332d3..0407d35fe 100644 --- a/kate/app/kateviewspace.h +++ b/kate/app/kateviewspace.h @@ -33,7 +33,7 @@ class KVSSBSep; -class KConfig; +class TDEConfig; class KSqueezedTextLabel; class KateViewSpaceContainer; @@ -88,8 +88,8 @@ class KateViewSpace : public TQVBox Kate::View* currentView(); int viewCount() const { return mViewList.count(); } - void saveConfig (KConfig* config, int myIndex,const TQString& viewConfGrp); - void restoreConfig ( class KateViewSpaceContainer *viewMan, KConfig* config, const TQString &group ); + void saveConfig (TDEConfig* config, int myIndex,const TQString& viewConfGrp); + void restoreConfig ( class KateViewSpaceContainer *viewMan, TDEConfig* config, const TQString &group ); protected: -- cgit v1.2.3