diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:07 -0600 |
commit | 703fb0c89c2eee56a1e613e67a446db9d4287929 (patch) | |
tree | dd8c5ca66075cd89c2638a2b48cf78386a9870a7 /tdecore/kaccel.h | |
parent | 818e7abec3d5d3809b6b77293558678371c16b71 (diff) | |
download | tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kaccel.h')
-rw-r--r-- | tdecore/kaccel.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/kaccel.h b/tdecore/kaccel.h index a54c6bd2e..491fa39ce 100644 --- a/tdecore/kaccel.h +++ b/tdecore/kaccel.h @@ -29,7 +29,7 @@ class TQPopupMenu; // for obsolete insertItem() methods below class TQWidget; class KAccelAction; class KAccelActions; -class KConfigBase; +class TDEConfigBase; class KAccelPrivate; /** @@ -267,14 +267,14 @@ class TDECORE_EXPORT KAccel : public TQAccel /** * Returns the configuration group of the settings. * @return the configuration group - * @see KConfig + * @see TDEConfig */ const TQString& configGroup() const; /** * Returns the configuration group of the settings. * @param name the new configuration group - * @see KConfig + * @see TDEConfig */ void setConfigGroup( const TQString &name ); @@ -289,7 +289,7 @@ class TDECORE_EXPORT KAccel : public TQAccel * configuration file * @return true if successful, false otherwise */ - bool readSettings( KConfigBase* pConfig = 0 ); + bool readSettings( TDEConfigBase* pConfig = 0 ); /** * Write the current shortcuts to @p pConfig, * or (if @p pConfig is zero) to the application's @@ -298,7 +298,7 @@ class TDECORE_EXPORT KAccel : public TQAccel * configuration file * @return true if successful, false otherwise */ - bool writeSettings( KConfigBase* pConfig = 0 ) const; + bool writeSettings( TDEConfigBase* pConfig = 0 ) const; /** * Emits the keycodeChanged() signal. |