diff options
Diffstat (limited to 'kalzium')
-rw-r--r-- | kalzium/src/kalziumtip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/kalziumtip.h b/kalzium/src/kalziumtip.h index 79923bd0..8c7b063a 100644 --- a/kalzium/src/kalziumtip.h +++ b/kalzium/src/kalziumtip.h @@ -80,7 +80,7 @@ class KalziumTip : public TQWidget int m_dissolveDelta; TQTimer m_frameTimer; //timer for the dissolve effect - bool m_dirty; //indicates tqrepainting the tooltip internal + bool m_dirty; //indicates repainting the tooltip internal const Element* m_tippedElement; //the element the tip is about }; |