diff options
author | Timothy Pearson <[email protected]> | 2012-10-16 16:02:16 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-16 16:02:16 -0500 |
commit | 2ed8f9ade70bd38a541d7e62e02962a1311aabb5 (patch) | |
tree | e369c4e00f3e1b2b112c3282293290d9dc6441a1 /kstyles/plastik/plastik.h | |
parent | a151a4d477b5f9948ada98155ea9bcca7973748f (diff) | |
download | tdelibs-2ed8f9ade70bd38a541d7e62e02962a1311aabb5.tar.gz tdelibs-2ed8f9ade70bd38a541d7e62e02962a1311aabb5.zip |
Use internal Qt hover widget drawing
Diffstat (limited to 'kstyles/plastik/plastik.h')
-rw-r--r-- | kstyles/plastik/plastik.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kstyles/plastik/plastik.h b/kstyles/plastik/plastik.h index 995bb7c85..fb8c0a2de 100644 --- a/kstyles/plastik/plastik.h +++ b/kstyles/plastik/plastik.h @@ -268,7 +268,6 @@ protected: virtual bool objectEventHandler( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, TQEvent *e ); - TQWidget* hoverWidget; protected slots: void khtmlWidgetDestroyed(TQObject* w); @@ -301,8 +300,6 @@ private: TQColor _focusHighlightColor; TQColor _checkMarkColor; - TQTab *hoverTab; - // track khtml widgets. TQMap<const TQWidget*,bool> khtmlWidgets; |