* The construct_copy() function was using the full classname of the class
[kdebindings.git] / smoke / solid_smoke.h
blobc25a1eb7c15ab7a14fb20e0d937602e0c5af1b4a
1 #ifndef SOLID_SMOKE_H
2 #define SOLID_SMOKE_H
4 #include <smoke.h>
6 // Defined in smokedata.cpp, initialized by init_kde_Smoke(), used by all .cpp files
7 extern SMOKE_EXPORT Smoke* solid_Smoke;
8 extern SMOKE_EXPORT void init_solid_Smoke();
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace { };
13 #endif
15 #endif