From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- khelpcenter/history.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'khelpcenter/history.h') diff --git a/khelpcenter/history.h b/khelpcenter/history.h index aa3a405d4..c7c4c9532 100644 --- a/khelpcenter/history.h +++ b/khelpcenter/history.h @@ -25,9 +25,9 @@ #include #include -class KActionCollection; -class KMainWindow; -class KToolBarPopupAction; +class TDEActionCollection; +class TDEMainWindow; +class TDEToolBarPopupAction; class TQPopupMenu; namespace KHC { @@ -52,10 +52,10 @@ class History : public TQObject static History &self(); - void setupActions( KActionCollection *coll ); + void setupActions( TDEActionCollection *coll ); void updateActions(); - void installMenuBarHook( KMainWindow *mainWindow ); + void installMenuBarHook( TDEMainWindow *mainWindow ); void createEntry(); void updateCurrentEntry( KHC::View *view ); @@ -97,8 +97,8 @@ class History : public TQObject int m_goMenuHistoryStartPos; int m_goMenuHistoryCurrentPos; public: - KToolBarPopupAction *m_backAction; - KToolBarPopupAction *m_forwardAction; + TDEToolBarPopupAction *m_backAction; + TDEToolBarPopupAction *m_forwardAction; }; } -- cgit v1.2.3