diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /akregator/src/akregator_view.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_view.h')
-rw-r--r-- | akregator/src/akregator_view.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/akregator/src/akregator_view.h b/akregator/src/akregator_view.h index 989500084..939b7aa49 100644 --- a/akregator/src/akregator_view.h +++ b/akregator/src/akregator_view.h @@ -42,7 +42,7 @@ class TQHBox; class TQToolButton; class TQListViewItem; class KComboBox; -class KConfig; +class TDEConfig; class KFileItem; class KLineEdit; class KListView; @@ -50,7 +50,7 @@ class KListViewItem; class KTabWidget; class Viewer; -namespace KIO { +namespace TDEIO { class Job; } @@ -124,8 +124,8 @@ namespace Akregator { void addFeedToGroup(const TQString& url, const TQString& group); /** session management **/ - virtual void readProperties(KConfig* config); - virtual void saveProperties(KConfig* config); + virtual void readProperties(TDEConfig* config); + virtual void saveProperties(TDEConfig* config); Frame* currentFrame() const { return m_currentFrame; } @@ -136,7 +136,7 @@ namespace Akregator { void setWindowCaption(const TQString&); void setStatusBarText(const TQString&); void setProgress(int); - void signalStarted(KIO::Job*); + void signalStarted(TDEIO::Job*); void signalCompleted(); void signalCanceled(const TQString&); |