mark the header private and do the moc'ing the way we do the rest
svn path=/trunk/KDE/kdelibs/; revision=884503
This commit is contained in:
parent
1376b1dc9b
commit
dfa5462c82
@ -18,7 +18,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "style.h"
|
||||
#include "style_p.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QStyleOptionComplex>
|
||||
@ -139,3 +139,6 @@ void Style::drawComplexControl(ComplexControl control,
|
||||
|
||||
}
|
||||
|
||||
#include "style_p.moc"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user