Converting old style includes to new qt4 style

svn path=/trunk/KDE/kdebase/workspace/; revision=820905
remotes/origin/Plasma/5.0
David Johnson 18 years ago
parent dd8cb0a49a
commit fcf289e99e
  1. 6
      lib/kwinxrenderutils.cpp

@ -22,9 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef KWIN_HAVE_XRENDER_COMPOSITING
#include <qvector.h>
#include <qpixmap.h>
#include <qpainter.h>
#include <QVector>
#include <QPixmap>
#include <QPainter>
#include <kdebug.h>
namespace KWin

Loading…
Cancel
Save