~kubuntu-members/korundum/4.11

« back to all changes in this revision

Viewing changes to qtruby/src/marshall.h

  • Committer: Ian Monroe
  • Date: 2010-11-21 15:55:01 UTC
  • Revision ID: git-v1:c37670e4e3c59f5eb2ba112f5341a5e706217f6f
Split up Smoke into Qt and KDE directories. 
Move libsmoke stuff into the generator directory
Split up Ruby into qtruby and korundum directories

svn path=/trunk/KDE/kdebindings/ruby/; revision=1199320

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#ifndef MARSHALL_H
11
11
#define MARSHALL_H
12
12
 
13
 
#include <smoke/smoke.h>
 
13
#include <smoke.h>
14
14
#include <ruby.h>
15
15
 
16
16
class SmokeType;