diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /akregator/src/akregator_part.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 */ |