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/tabbar.cpp | |
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/tabbar.cpp')
-rw-r--r-- | src/tabbar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index ece2ee8f..962ec20f 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -33,8 +33,6 @@ // KDE Includes #include <KShortcut> #include <KStandardShortcut> -#include <KMessageBox> -#include <KAction> #include <KDebug> #include <KGlobalSettings> |