From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- akregator/src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/mainwindow.cpp') 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() -- cgit v1.2.3