~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/print/printcontroller.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class KXMLGUIClient;
33
33
 
34
34
 
35
 
namespace Kasten1
 
35
namespace Kasten2
36
36
{
37
37
 
38
38
class PrintTool;
53
53
    void print();
54
54
 
55
55
 
56
 
  protected:
 
56
  private:
57
57
    KAction *mPrintAction;
58
58
 
59
59
    PrintTool *mPrintTool;