summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/multitabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/multitabbar.h')
-rw-r--r--kftpgrabber/src/widgets/multitabbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/widgets/multitabbar.h b/kftpgrabber/src/widgets/multitabbar.h
index f5483a8..9cca7fb 100644
--- a/kftpgrabber/src/widgets/multitabbar.h
+++ b/kftpgrabber/src/widgets/multitabbar.h
@@ -76,11 +76,11 @@ public:
/**
* VSNET == Visual Studio .Net like (only show the text of active tabs
* KDEV3 == Kdevelop 3 like (always show the text)
- * KONTQSBC == konqy's classic sidebar style (unthemed), this one is disabled
+ * KONQSBC == konqy's classic sidebar style (unthemed), this one is disabled
* at the moment, but will be renabled soon too
* AMAROK == A nice clean style by the amaroK team
*/
- enum MultiTabBarStyle { VSNET = 0, KDEV3 = 1, KONTQSBC = 2, KDEV3ICON = 3, AMAROK = 4, STYLELAST = 0xffff };
+ enum MultiTabBarStyle { VSNET = 0, KDEV3 = 1, KONQSBC = 2, KDEV3ICON = 3, AMAROK = 4, STYLELAST = 0xffff };
MultiTabBar(MultiTabBarMode bm, TQWidget *parent = 0, const char *name = 0);
virtual ~MultiTabBar();