diff options
Diffstat (limited to 'extra/kde303/kaccelaction.h')
-rw-r--r-- | extra/kde303/kaccelaction.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/kde303/kaccelaction.h b/extra/kde303/kaccelaction.h index c1e53f5..b9fb056 100644 --- a/extra/kde303/kaccelaction.h +++ b/extra/kde303/kaccelaction.h @@ -30,8 +30,8 @@ class KAccelBase; class TQObject; -class KConfig; -class KConfigBase; +class TDEConfig; +class TDEConfigBase; /* KAccelAction holds information an a given action, such as "Execute Command" @@ -153,7 +153,7 @@ class KAccelActions void clear(); bool init( const KAccelActions& ); - bool init( KConfigBase& config, const TQString& sGroup ); + bool init( TDEConfigBase& config, const TQString& sGroup ); void updateShortcuts( KAccelActions& ); @@ -173,8 +173,8 @@ class KAccelActions KAccelAction* insert( const TQString& sName, const TQString& sLabel ); bool remove( const TQString& sAction ); - bool readActions( const TQString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0 ); - bool writeActions( const TQString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0, + bool readActions( const TQString& sConfigGroup = "Shortcuts", TDEConfigBase* pConfig = 0 ); + bool writeActions( const TQString& sConfigGroup = "Shortcuts", TDEConfigBase* pConfig = 0, bool bWriteAll = false, bool bGlobal = false ) const; void emitKeycodeChanged(); |