diff options
Diffstat (limited to 'akregator/src/akregator_part.h')
-rw-r--r-- | akregator/src/akregator_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_part.h b/akregator/src/akregator_part.h index 276fb14c0..68062a0ca 100644 --- a/akregator/src/akregator_part.h +++ b/akregator/src/akregator_part.h @@ -38,7 +38,7 @@ class TQDomDocument; class TQTimer; class TDEAboutData; -class KConfig; +class TDEConfig; class KURL; namespace Akregator @@ -117,17 +117,17 @@ namespace Akregator virtual void addFeed(); /** - This method is called when this app is restored. The KConfig + This method is called when this app is restored. The TDEConfig object points to the session management config file that was saved with @ref saveProperties Calls AkregatorView's saveProperties. */ - virtual void readProperties(KConfig* config); + virtual void readProperties(TDEConfig* config); /** This method is called when it is time for the app to save its properties for session management purposes. Calls AkregatorView's readProperties. */ - virtual void saveProperties(KConfig* config); + virtual void saveProperties(TDEConfig* config); /** merges a nested part's GUI into the gui of this part @return true iff merging was successful, i.e. the GUI factory was not NULL */ |