* Add some missing classes to the Smoke library for the C# and Ruby bindings.
[kdebindings.git] / smoke / okular_smoke.h
blobcd4583655910301d9b2fd4f0db1a1de7f0f9288f
1 #ifndef OKULAR_SMOKE_H
2 #define OKULAR_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* okular_Smoke;
8 extern SMOKE_EXPORT void init_okular_Smoke();
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace { };
13 #endif
15 #endif