~ubuntu-branches/ubuntu/quantal/kdevplatform/quantal-proposed

« back to all changes in this revision

Viewing changes to language/interfaces/icodehighlighting.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-24 00:06:18 UTC
  • mfrom: (0.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101024000618-7otebin77mfcmt3b
Tags: 1.1.0-0ubuntu1
* New upstream release
  - Bump build-dependencies
  - Build against libboost-serialization1.42-dev
  - Update kdevplatform1-libs.install
  - Update kdevplatform-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef ICODEHIGHLIGHTING_H
20
20
#define ICODEHIGHLIGHTING_H
21
21
 
22
 
#include <interfaces/iextension.h>
23
22
#include "../languageexport.h"
24
23
 
25
24
namespace KDevelop
45
44
 
46
45
}
47
46
 
48
 
KDEV_DECLARE_EXTENSION_INTERFACE_NS(KDevelop, ICodeHighlighting, "org.kdevelop.ICodeHighlighting")
49
47
Q_DECLARE_INTERFACE(KDevelop::ICodeHighlighting, "org.kdevelop.ICodeHighlighting")
50
48
 
51
49
#endif // ICODEHIGHLIGHTING_H