Fix unintended renaming

pull/1/head
Darrell Anderson 11 years ago
parent 6dd27a904f
commit c8c125a4c6

@ -35,12 +35,12 @@ public class KMultiTabBar extends TQWidget {
The list of available styles for KMultiTabBar The list of available styles for KMultiTabBar
- VSNET - Visual Studio .Net like (only show the text of active tabs - VSNET - Visual Studio .Net like (only show the text of active tabs
- KDEV3 - Kdevelop 3 like (always show the text) - KDEV3 - Kdevelop 3 like (always show the text)
- KONTQSBC - konqy's classic sidebar style (unthemed) (currently disabled) - KONQSBC - konqy's classic sidebar style (unthemed) (currently disabled)
@short The list of available styles for KMultiTabBar - VSNET - Visual Studio . @short The list of available styles for KMultiTabBar - VSNET - Visual Studio .
*/ */
public static final int VSNET = 0; public static final int VSNET = 0;
public static final int KDEV3 = 1; public static final int KDEV3 = 1;
public static final int KONTQSBC = 2; public static final int KONQSBC = 2;
public static final int KDEV3ICON = 3; public static final int KDEV3ICON = 3;
public static final int STYLELAST = 0xffff; public static final int STYLELAST = 0xffff;

Loading…
Cancel
Save