From 5920e96087707ba892650898521dac63152274f9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:59:02 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/app/history.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/app/history.cpp') diff --git a/src/app/history.cpp b/src/app/history.cpp index 74a2a3a..4105856 100644 --- a/src/app/history.cpp +++ b/src/app/history.cpp @@ -35,17 +35,17 @@ namespace Gwenview { const unsigned int MAX_HISTORY_SIZE=12; -History::History(KActionCollection* actionCollection) { +History::History(TDEActionCollection* actionCollection) { mPosition=mHistoryList.end(); mMovingInHistory=false; // Actions TQPair backForward = KStdGuiItem::backAndForward(); - mGoBack=new KToolBarPopupAction(backForward.first, - KStdAccel::shortcut(KStdAccel::Back), + mGoBack=new TDEToolBarPopupAction(backForward.first, + TDEStdAccel::shortcut(TDEStdAccel::Back), this, TQT_SLOT(goBack()), actionCollection, "go_back"); - mGoForward=new KToolBarPopupAction(backForward.second, - KStdAccel::shortcut(KStdAccel::Forward), + mGoForward=new TDEToolBarPopupAction(backForward.second, + TDEStdAccel::shortcut(TDEStdAccel::Forward), this, TQT_SLOT(goForward()), actionCollection, "go_forward"); // Connections -- cgit v1.2.1