Fix build with libart support.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 0d9e78994b)
pull/10/head
gregory guy 4 years ago committed by Slávek Banko
parent 81f0adfae7
commit d04c627887
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -41,7 +41,7 @@
#include <algorithm>
#ifdef HAVE_LIBART
#include <svgicons/ksvgiconengine.h>
#include <ksvgiconengine.h>
#endif
class TDEIconCanvasItem : public TQIconViewItem
@ -79,7 +79,7 @@ class TDEIconCanvas::TDEIconCanvasPrivate
TQString mSetCurrent;
int mSize;
#ifdef HAVE_LIBART
KSvgIconEngine mSvgEngine;
KSVGIconEngine mSvgEngine;
#endif
bool mStrictIconSize;
};

Loading…
Cancel
Save