diff options
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index a86ba4d6..5f43980f 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -30,6 +30,7 @@ #ifndef TABBAR_H #define TABBAR_H + // KDE Includes #include <KTabBar> @@ -37,12 +38,12 @@ class QPoint; class QToolButton; + /** * Tab bar with a few more features such as * a context menu and shortcuts * */ - class TabBar : public KTabBar { Q_OBJECT |