~ubuntu-branches/ubuntu/natty/kdebindings/natty-proposed

« back to all changes in this revision

Viewing changes to perl/kate/src/Kate.xs

  • 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:
26
26
#include "ppport.h"
27
27
}
28
28
 
29
 
#include <smoke/kate_smoke.h>
 
29
#include <smoke/kde/kate_smoke.h>
30
30
 
31
31
#include <smokeperl.h>
32
32
#include <handlers.h>
86
86
    PerlQt4Module module = { "PerlKate", resolve_classname_kate, 0, &bindingkate  };
87
87
    perlqt_modules[kate_Smoke] = module;
88
88
 
89
 
    install_handlers(Kate_handlers);
 
 
b'\\ No newline at end of file'
 
89
    install_handlers(Kate_handlers);