summaryrefslogtreecommitdiffstats
path: root/extra/kde343/kaccelbase.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:18:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:18:41 -0600
commit352b2ef6c06332062d35211d7f49942315d2f36a (patch)
tree842a828f1f3c6686c33cd8512d00b80d6feaefdd /extra/kde343/kaccelbase.h
parent8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff)
downloadpytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz
pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde343/kaccelbase.h')
-rw-r--r--extra/kde343/kaccelbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde343/kaccelbase.h b/extra/kde343/kaccelbase.h
index d9038d5..861ec68 100644
--- a/extra/kde343/kaccelbase.h
+++ b/extra/kde343/kaccelbase.h
@@ -171,14 +171,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& );