summaryrefslogtreecommitdiffstats
path: root/src/kile/kilemultitabbar.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 11:53:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 22:45:13 +0900
commit9074681d6ed501fc072053aee017bc6b4356ce87 (patch)
treeef6a3fc063d2e43526ca735f1a3ac6ecc6135dc2 /src/kile/kilemultitabbar.h
parent01795835d5c1ff258e872627652191051ecf4bfc (diff)
downloadkile-9074681d.tar.gz
kile-9074681d.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)
};
/**