summaryrefslogtreecommitdiffstats
path: root/akregator/src/akregator_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /akregator/src/akregator_part.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_part.h b/akregator/src/akregator_part.h
index 276fb14c..68062a0c 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 */