~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to utils/okteta/oktetadocument.cpp

  • Committer: Package Import Robot
  • Author(s): Pino Toscano, Andreas Cord-Landwehr
  • Date: 2014-01-18 10:13:08 UTC
  • mfrom: (1.3.21)
  • Revision ID: package-import@ubuntu.com-20140118101308-3o17vgglnms0emch
Tags: 4:4.5.2-1
* Team upload.
* New upstream release.

[ Andreas Cord-Landwehr ]
* Remove patch okteta_optional_structures_tool.diff, applied upstream.
* Bump build dependency for kdevplatform-dev to 1.5.2.
* Bump Standards-Version to 3.9.5: no changes needed.
* Update debian/watch file to track xz compressed tarballs (Closes: #731896)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "oktetaview.h"
28
28
// Okteta
29
29
#if KASTEN_VERSION == 2
30
 
#include <kasten2/okteta1/bytearrayviewprofilemanager.h>
31
 
#include <kasten2/okteta1/bytearrayviewprofilesynchronizer.h>
32
 
#include <kasten2/okteta1/bytearrayrawfilesynchronizerfactory.h>
33
 
#include <kasten2/okteta1/bytearraydocument.h>
 
30
#include <bytearrayviewprofilemanager.h>
 
31
#include <bytearrayviewprofilesynchronizer.h>
 
32
#include <bytearrayrawfilesynchronizerfactory.h>
 
33
#include <bytearraydocument.h>
34
34
#elif KASTEN_VERSION == 1
35
 
#include <kasten1/okteta1/bytearrayrawfilesynchronizerfactory.h>
36
 
#include <kasten1/okteta1/bytearraydocument.h>
 
35
#include <bytearrayrawfilesynchronizerfactory.h>
 
36
#include <bytearraydocument.h>
37
37
#else
38
 
#include <kasten/bytearrayrawfilesynchronizerfactory.h>
39
 
#include <kasten/bytearraydocument.h>
 
38
#include <bytearrayrawfilesynchronizerfactory.h>
 
39
#include <bytearraydocument.h>
40
40
#endif
41
41
// Kasten
42
42
#if KASTEN_VERSION == 2