From 22d1ab9eccc005b0497cff131593e6b9ff96e7c2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 18:03:33 -0500 Subject: Fix tdebindings FTBFS --- src/kernel/qstyle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/kernel') diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h index 1d20b8c..27dbb07 100644 --- a/src/kernel/qstyle.h +++ b/src/kernel/qstyle.h @@ -205,7 +205,10 @@ class QStyleControlElementTabBarData { int currentTabIndex; QTabBar::Shape shape; TabIdentifierIndexMap identIndexMap; +#ifdef Q_QDOC +#else QStyleControlElementGenericWidgetData cornerWidgets[4]; +#endif enum CornerWidgetLocation { CWL_TopLeft = 0, -- cgit v1.2.1