summaryrefslogtreecommitdiffstats
path: root/src/kile/kilemultitabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kilemultitabbar.h')
-rw-r--r--src/kile/kilemultitabbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/kilemultitabbar.h b/src/kile/kilemultitabbar.h
index 01460a1..9fcd0e0 100644
--- a/src/kile/kilemultitabbar.h
+++ b/src/kile/kilemultitabbar.h
@@ -82,7 +82,7 @@ public:
enum KileMultiTabBarStyle {
VSNET=0, ///< Visual Studio .Net like (only show the text of active tabs)
KDEV3=1, ///< KDevelop 3 like (always show the text)
- KONTQSBC=2, ///< Konqueror's classic sidebar style (unthemed) (currently disabled)
+ KONQSBC=2, ///< Konqueror's classic sidebar style (unthemed) (currently disabled)
KDEV3ICON=3, ///< KDevelop 3 like with icons
STYLELAST=0xffff ///< Last style
};