summaryrefslogtreecommitdiffstats
path: root/akregator/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/mainwindow.cpp')
-rw-r--r--akregator/src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp
index 065d0248..afe2ecba 100644
--- a/akregator/src/mainwindow.cpp
+++ b/akregator/src/mainwindow.cpp
@@ -223,7 +223,7 @@ KParts::BrowserExtension *MainWindow::browserExtension(KParts::ReadOnlyPart *p)
// from konqmainwindow
-void MainWindow::connectActionCollection( KActionCollection *coll )
+void MainWindow::connectActionCollection( TDEActionCollection *coll )
{
if (!coll) return;
connect( coll, TQT_SIGNAL( actionStatusText( const TQString & ) ),
@@ -243,7 +243,7 @@ bool MainWindow::queryExit()
else
kdDebug("MainWindow::queryExit(): saving session");
- return KMainWindow::queryExit();
+ return TDEMainWindow::queryExit();
}
void MainWindow::slotQuit()