summaryrefslogtreecommitdiffstats
path: root/khelpcenter/history.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:21 -0600
commitf537c21b68e08f649b1b297bce8f3904603137e0 (patch)
treefb33065387509dea898c90022ddec9c3f8ede86d /khelpcenter/history.h
parentdc5f267664506a312203c26bfe9001a448b0bb0f (diff)
downloadtdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz
tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip
Rename a number of classes to enhance compatibility with KDE4
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;
};
}