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

« back to all changes in this revision

Viewing changes to okteta/libs/kasten/controllers/document/versionview/versionviewtoolview.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:
29
29
#include <abstracttoolview.h>
30
30
 
31
31
 
32
 
namespace Kasten1
 
32
namespace Kasten2
33
33
{
34
34
 
35
35
class VersionView;
45
45
  public: // AbstractToolView API
46
46
    virtual QWidget* widget() const;
47
47
    virtual QString title() const;
48
 
    virtual AbstractTool *tool() const;
 
48
    virtual AbstractTool* tool() const;
49
49
 
50
 
  protected:
51
 
    VersionView *mWidget;
 
50
  private:
 
51
    VersionView* mWidget;
52
52
};
53
53
 
54
54
}