diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:38:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:38:50 +0100 |
commit | 002b4e117e935cc39c96ea99717646b8c6974b81 (patch) | |
tree | 1e853074b3a8a04ad051c57f62b4958145802040 /src/tabbar.cpp | |
parent | (BIG commit) API change (diff) | |
download | rekonq-002b4e117e935cc39c96ea99717646b8c6974b81.tar.xz |
removing unuseful kDebug calls
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r-- | src/tabbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index 4ef1c4dd..3eba53d7 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -42,7 +42,6 @@ // KDE Includes #include <KShortcut> #include <KStandardShortcut> -#include <KDebug> #include <KGlobalSettings> #include <KPassivePopup> |