summaryrefslogtreecommitdiff
path: root/src/browsermainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-11-27 16:45:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-11-27 16:45:38 +0100
commitd4ee1b6a519d342109cd2cda52d30ea776065e11 (patch)
treefa868af1da3ed5b2858d157981bf343044dfbf15 /src/browsermainwindow.h
parent1st implementation of new (K)urlbar. (diff)
downloadrekonq-d4ee1b6a519d342109cd2cda52d30ea776065e11.tar.xz
New step forwad in the street from QAction to KAction..
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r--src/browsermainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/browsermainwindow.h b/src/browsermainwindow.h
index c5db7bba..fc57c6b9 100644
--- a/src/browsermainwindow.h
+++ b/src/browsermainwindow.h
@@ -132,9 +132,9 @@ private:
TabWidget *m_tabWidget;
AutoSaver *m_autoSaver;
- QAction *m_historyBack;
+ KAction *m_historyBack;
KMenu *m_historyBackMenu;
- QAction *m_historyForward;
+ KAction *m_historyForward;
KMenu *m_windowMenu;
KAction *m_stop;