summaryrefslogtreecommitdiffstats
path: root/khelpcenter/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/history.h')
-rw-r--r--khelpcenter/history.h14
1 files changed, 7 insertions, 7 deletions
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 <tqobject.h>
#include <tqptrlist.h>
-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;
};
}