From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdecore/kaccelbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kaccelbase.h') diff --git a/tdecore/kaccelbase.h b/tdecore/kaccelbase.h index 03cad863a..132a6aa5c 100644 --- a/tdecore/kaccelbase.h +++ b/tdecore/kaccelbase.h @@ -205,14 +205,14 @@ class TDECORE_EXPORT KAccelBase * The group in which the configuration is stored can be * set with setConfigGroup(). */ - void readSettings( KConfigBase* pConfig = 0 ); + void readSettings( TDEConfigBase* pConfig = 0 ); /** * Write the current configurable associations to @p config, * or (if @p config is zero) to the application's * configuration file. */ - void writeSettings( KConfigBase* pConfig = 0 ) const; + void writeSettings( TDEConfigBase* pConfig = 0 ) const; TQPopupMenu* createPopupMenu( TQWidget* pParent, const KKeySequence& ); -- cgit v1.2.1