* Added command line tool example similar to 'sopranocmd'
[kdebindings.git] / smoke / soprano_smoke.h
blobbd873fbd398af1f328ad36184ccef1adce04d422
1 #ifndef SOPRANO_SMOKE_H
2 #define SOPRANO_SMOKE_H
4 #include <smoke.h>
6 // Defined in smokedata.cpp, initialized by init_soprano_Smoke(), used by all .cpp files
7 extern SMOKE_EXPORT Smoke* soprano_Smoke;
8 extern SMOKE_EXPORT void init_soprano_Smoke();
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace { };
13 #endif
15 #endif