diff options
author | Timothy Pearson <[email protected]> | 2012-10-16 16:02:55 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-16 16:02:55 -0500 |
commit | 8e1d13677231dbaef4cdd985df209e2e1ca51ac3 (patch) | |
tree | 763410333c6c67132b34f952c5943e2f5ff26c0f /style/lipstik.h | |
parent | 528ae8af0622e0e8f1d6a99ea739df04e36a5839 (diff) | |
download | tde-style-lipstik-8e1d13677231dbaef4cdd985df209e2e1ca51ac3.tar.gz tde-style-lipstik-8e1d13677231dbaef4cdd985df209e2e1ca51ac3.zip |
Use internal Qt hover drawing
Diffstat (limited to 'style/lipstik.h')
-rw-r--r-- | style/lipstik.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/style/lipstik.h b/style/lipstik.h index 98edac9..453f66a 100644 --- a/style/lipstik.h +++ b/style/lipstik.h @@ -278,7 +278,6 @@ protected: virtual bool objectEventHandler( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, TQEvent *e ); - TQWidget* hoverWidget; protected slots: void khtmlWidgetDestroyed(TQObject* w); @@ -340,8 +339,6 @@ private: TQColor _defaultMenuStripeColor; // TQColor _arrowColor; - TQTab *hoverTab; - // track khtml widgets. TQMap<const TQWidget*,bool> khtmlWidgets; |