~ubuntu-branches/ubuntu/oneiric/kdebindings/oneiric

« back to all changes in this revision

Viewing changes to smoke/qtxml_smoke.h

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac
  • Date: 2010-12-07 00:10:46 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207001046-h9gf2h54ym29tgui
Tags: 4:4.5.85-0ubuntu1
* New upstream beta release
* Disable libqwt-ruby1.8 and qwt files in libqt4-ruby1.8.examples
* Add libqtdeclarative-ruby1.8, libsmokeqt3support4-3,
  libsmokeqtdeclarative4-3 and libsmokeqthelp4-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef QTXML_SMOKE_H
2
 
#define QTXML_SMOKE_H
3
 
 
4
 
#include <smoke.h>
5
 
 
6
 
// Defined in smokedata.cpp, initialized by init_qtxml_Smoke(), used by all .cpp files
7
 
extern "C" SMOKE_EXPORT Smoke* qtxml_Smoke;
8
 
extern "C" SMOKE_EXPORT void init_qtxml_Smoke();
9
 
extern "C" SMOKE_EXPORT void delete_qtxml_Smoke();
10
 
 
11
 
#ifndef QGLOBALSPACE_CLASS
12
 
#define QGLOBALSPACE_CLASS
13
 
class QGlobalSpace { };
14
 
#endif
15
 
 
16
 
#endif