OTHER: add .moc inlcludes to .cpp files

This commit is contained in:
Thomas Frauendorfer 2009-08-29 02:13:21 +02:00
parent e791949f01
commit d9cedc7c5d
41 changed files with 71 additions and 3 deletions

View file

@ -34,3 +34,5 @@ PixmapButton::paintEvent( QPaintEvent * event )
p.end();
}
#include "pixmapbutton.moc"

View file

@ -80,3 +80,4 @@ PixmapNumberDisplay::paintEvent (QPaintEvent *event)
paint.end ();
}
#include "pixmapnumberdisplay.moc"

View file

@ -189,3 +189,5 @@ PixmapSlider::backgroundIndex ()
sliderPosition (),
m_backgrounds.size () - 1, false);
}
#include "pixmapslider.moc"