summaryrefslogtreecommitdiffstats
path: root/extra/kde352/kaccelbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kde352/kaccelbase.h')
-rw-r--r--extra/kde352/kaccelbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde352/kaccelbase.h b/extra/kde352/kaccelbase.h
index a217846..1772f99 100644
--- a/extra/kde352/kaccelbase.h
+++ b/extra/kde352/kaccelbase.h
@@ -201,14 +201,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& );