diff options
author | Montel Laurent <montel@kde.org> | 2013-01-06 20:24:26 +0100 |
---|---|---|
committer | Montel Laurent <montel@kde.org> | 2013-01-06 20:24:26 +0100 |
commit | 821758bea321b70562bec2aff9b886a80c2fe788 (patch) | |
tree | 2906cf9f9d91371de8020778f02b7f2df0af4735 | |
parent | rekonq 2.0.50 (diff) | |
download | rekonq-821758bea321b70562bec2aff9b886a80c2fe788.tar.xz |
Make it compile
-rw-r--r-- | src/tabwindow/tabwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabwindow/tabwindow.cpp b/src/tabwindow/tabwindow.cpp index 915eb8dc..e0b6224a 100644 --- a/src/tabwindow/tabwindow.cpp +++ b/src/tabwindow/tabwindow.cpp @@ -64,7 +64,7 @@ #include <QMovie> #include <QTabBar> #include <QToolButton> - +#include <QSignalMapper> #include <QWebHistory> #include <QWebSettings> |