~ubuntu-branches/ubuntu/saucy/kig/saucy

« back to all changes in this revision

Viewing changes to modes/base_mode.cc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Jonathan Riddell, Harald Sitter
  • Date: 2012-11-19 15:58:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20121119155849-l709sjsbjijx422a
Tags: 4:4.9.80-0ubuntu1
[ Jonathan Riddell ]
* New upstream beta release

[ Harald Sitter ]
* Add libboost-python-dev as build dep to enable python script support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "base_mode.h"
19
19
 
20
 
#include "popup.h"
 
20
#include "popup/popup.h"
 
21
#include "popup/objectchooserpopup.h"
21
22
 
22
23
#include "../kig/kig_view.h"
23
24
#include "../kig/kig_part.h"