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:
Aaron J. Seigo 2008-11-15 07:08:08 +00:00
parent 1376b1dc9b
commit dfa5462c82
2 changed files with 4 additions and 1 deletions

View File

@ -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"