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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kilemultitabbar.h b/src/kile/kilemultitabbar.h
index 32698b6..e1bb658 100644
--- a/src/kile/kilemultitabbar.h
+++ b/src/kile/kilemultitabbar.h
@@ -62,8 +62,8 @@ public:
* The tab bar's orientation. Also constraints the bar's position.
*/
enum KileMultiTabBarMode {
- Horizontal, ///<Qt::Horizontal orientation (i.e. on top or bottom)
- Vertical ///<Qt::Vertical orientation (i.e. on the left or right hand side)
+ Horizontal, /// Horizontal orientation (i.e. on top or bottom)
+ Vertical /// Vertical orientation (i.e. on the left or right hand side)
};
/**