summaryrefslogtreecommitdiffstats
path: root/khtml/misc/khtmllayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/misc/khtmllayout.h')
-rw-r--r--khtml/misc/khtmllayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/misc/khtmllayout.h b/khtml/misc/khtmllayout.h
index 1049d10c4..b0c8dc613 100644
--- a/khtml/misc/khtmllayout.h
+++ b/khtml/misc/khtmllayout.h
@@ -33,7 +33,7 @@ namespace khtml
const int UNDEFINED = -1;
- // alignment
+ // tqalignment
enum VAlign { VNone=0, Bottom, VCenter, Top, Baseline };
enum HAlign { HDefault, Left, HCenter, Right, HNone = 0 };