From 6e12d65ff7d934b0e3b3ab5caf0ff1a67c3ea536 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Nov 2012 20:35:31 -0500 Subject: Fix a number of crashes in various TDE styles when used by a third party toolkit --- kstyles/keramik/keramik.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kstyles/keramik/keramik.h') diff --git a/kstyles/keramik/keramik.h b/kstyles/keramik/keramik.h index c9ec49639..53c06a3b4 100644 --- a/kstyles/keramik/keramik.h +++ b/kstyles/keramik/keramik.h @@ -146,8 +146,8 @@ private slots: private: - bool isSizeConstrainedCombo(const TQComboBox* combo) const; - bool isFormWidget (const TQWidget* widget) const; + bool isSizeConstrainedCombo(const TQStyleControlElementData ceData, const ControlElementFlags elementFlags, const TQComboBox* widget) const; + bool isFormWidget (const TQStyleControlElementData ceData, const ControlElementFlags elementFlags, const TQWidget* widget) const; ///Configuration settings bool animateProgressBar; -- cgit v1.2.1