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

« back to all changes in this revision

Viewing changes to modes/popup/scriptactionsprovider.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac, Jonathan Thomas, Philip Muškovac
  • Date: 2013-03-31 14:49:23 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20130331144923-bi2xfvnxrht0u253
Tags: 4:4.10.2-0ubuntu1
[ Jonathan Thomas ]
* Revert last upload, I had misread the bug report. The dependency on
  libboost-python-dev is sufficient.

[ Philip Muškovac ]
* New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "popupactionprovider.h"
28
28
 
29
 
#include "../scripting/script-common.h"
30
 
#include "../scripting/script_mode.h"
31
 
#include "../scripting/python_type.h"
 
29
#include "../../scripting/script-common.h"
 
30
#include "../../scripting/script_mode.h"
 
31
#include "../../scripting/python_type.h"
32
32
 
33
33
class ScriptActionsProvider
34
34
  : public PopupActionProvider