[Kst] branches/work/kst/portto4/kst/src/libkstapp
George Staikos
staikos at kde.org
Fri Sep 28 21:53:09 CEST 2007
SVN commit 718476 by staikos:
keep the default scope straight
M +1 -1 labelitem.h
M +1 -1 labelrenderer.h
--- branches/work/kst/portto4/kst/src/libkstapp/labelitem.h #718475:718476
@@ -15,7 +15,7 @@
#include "viewitem.h"
namespace Label {
- class Parsed;
+ struct Parsed;
}
namespace Kst {
--- branches/work/kst/portto4/kst/src/libkstapp/labelrenderer.h #718475:718476
@@ -132,7 +132,7 @@
int _fontSize;
};
-class Chunk;
+struct Chunk;
KST_EXPORT void renderLabel(RenderContext& rc, Chunk *fi);
}
More information about the Kst
mailing list