diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:25:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:25:41 +0200 |
commit | bddbda6322eb69ad50dd2b7c7f520ad3b2366a5f (patch) | |
tree | b2fa4040f1d81fcc56319830861b9b60010bb3c7 /src/mainwindow.h | |
parent | Updated Changelog and TODO files. Removed unuseful FILES file (diff) | |
download | rekonq-bddbda6322eb69ad50dd2b7c7f520ad3b2366a5f.tar.xz |
Fix Include
Imported commit from KDE svn. Thanks to mlaurent for this..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index b50c5867..7d951eca 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,12 +31,10 @@ // KDE Includes #include <KXmlGuiWindow> -#include <KToolBar> // Forward Declarations class QWebFrame; -class KUrl; class KAction; class KPassivePopup; |