diff options
Diffstat (limited to 'kword/KWFrame.h')
-rw-r--r-- | kword/KWFrame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWFrame.h b/kword/KWFrame.h index fbd53572..88552259 100644 --- a/kword/KWFrame.h +++ b/kword/KWFrame.h @@ -24,7 +24,7 @@ #include "defs.h" #include <KoRect.h> -#include <brush.h> +#include <tqbrush.h> #include "KoBorder.h" #include <tqptrlist.h> @@ -221,7 +221,7 @@ public: /** The "internal Y" is the offset (in pt) of the real frame showed in this one * ("real" means "the last that isn't a copy") * This offset in pt is the sum of the height of the frames before that one. - * For text frames, this is equivalent to the layout units (after multiplication). */ + * For text frames, this is equivalent to the tqlayout units (after multiplication). */ void setInternalY( double y ) { m_internalY = y; } double internalY() const { return m_internalY; } |