diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 18:03:33 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 18:03:33 -0500 |
| commit | 22d1ab9eccc005b0497cff131593e6b9ff96e7c2 (patch) | |
| tree | 3e5d6544b385bf0f8f0268201441c0388e10bb0b | |
| parent | 4037eb7e84eda2b72a456cf7ff19182c2d4a1f7a (diff) | |
| download | qt3-22d1ab9eccc005b0497cff131593e6b9ff96e7c2.tar.gz qt3-22d1ab9eccc005b0497cff131593e6b9ff96e7c2.zip | |
Fix tdebindings FTBFS
| -rw-r--r-- | src/kernel/qstyle.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
