diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-03 21:42:44 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-03 21:42:44 -0500 |
commit | 06d51bc1ec0abbb14c3770e7d86d6777dd66e917 (patch) | |
tree | 197019d1f3506a3ec0ea0473a5871c369cc0cb76 /styles/phase/phasestyle.h | |
parent | f16f8eb6bf27ae9dcebbcac7db0a5dbe673a27c5 (diff) | |
download | tdeartwork-06d51bc1ec0abbb14c3770e7d86d6777dd66e917.tar.gz tdeartwork-06d51bc1ec0abbb14c3770e7d86d6777dd66e917.zip |
Fix style crashes when used with third party toolkits
Diffstat (limited to 'styles/phase/phasestyle.h')
-rw-r--r-- | styles/phase/phasestyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h index 2612bf66..f24e3eaa 100644 --- a/styles/phase/phasestyle.h +++ b/styles/phase/phasestyle.h @@ -187,7 +187,7 @@ class PhaseStyle : public KStyle int pw=-1, int ph=-1, bool reverse=false) const; - bool flatToolbar(const TQToolBar *toolbar) const; + bool flatToolbar(const TQStyleControlElementData ceData, const ControlElementFlags elementFlags, const TQToolBar *toolbar) const; bool objectEventHandler( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, TQEvent *e ); |