diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-29 01:52:07 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-29 01:52:07 +0100 |
commit | 9e7f74269e25062a33af0a2603bf258cd4b228e2 (patch) | |
tree | 62f97c608f8045dcc34ed4680b1d02313ecccc02 /src/history.cpp | |
parent | BrowserMainWindow --> MainWindow (diff) | |
download | rekonq-9e7f74269e25062a33af0a2603bf258cd4b228e2.tar.xz |
Ported from KMainWindow to KXmlGuiWindow.
Yeah!
..
Diffstat (limited to 'src/history.cpp')
-rw-r--r-- | src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.cpp b/src/history.cpp index 36a710b1..12a9d57f 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -668,7 +668,7 @@ void HistoryMenu::showHistoryDialog() } -void HistoryMenu::setInitialActions(QList<KAction*> actions) +void HistoryMenu::setInitialActions(QList<QAction*> actions) { m_initialActions = actions; for (int i = 0; i < m_initialActions.count(); ++i) |