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