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/mainwindow.cpp | |
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/mainwindow.cpp')
-rw-r--r-- | akregator/src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index 275a7a916..3e5208429 100644 --- a/akregator/src/mainwindow.cpp +++ b/akregator/src/mainwindow.cpp @@ -163,7 +163,7 @@ void MainWindow::setupActions() KStdAction::configureToolbars(TQT_TQOBJECT(this), TQT_SLOT(optionsConfigureToolbars()), actionCollection()); } -void MainWindow::saveProperties(KConfig* config) +void MainWindow::saveProperties(TDEConfig* config) { if (!m_part) loadPart(); @@ -174,7 +174,7 @@ void MainWindow::saveProperties(KConfig* config) //delete m_part; } -void MainWindow::readProperties(KConfig* config) +void MainWindow::readProperties(TDEConfig* config) { if (!m_part) loadPart(); |