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

« back to all changes in this revision

Viewing changes to okteta/libs/kasten/controllers/document/terminal/terminalview.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:
34
34
class KUrl;
35
35
 
36
36
 
37
 
namespace Kasten1
 
37
namespace Kasten2
38
38
{
39
39
 
40
40
class TerminalTool;
51
51
  public:
52
52
    TerminalTool* tool() const;
53
53
 
54
 
  protected Q_SLOTS:
 
54
  private Q_SLOTS:
55
55
    void createTerminalPart();
56
56
 
57
57
    void onCurrentUrlChanged( const KUrl& currentUrl );
58
58
 
59
59
    void onTerminalPartDestroyed();
60
60
 
61
 
  protected:
 
61
  private:
62
62
    TerminalTool* const mTool;
63
63
 
64
64
    KParts::ReadOnlyPart* mTerminalPart;