~hiroshidi/ubuntu-terminal-app/konsole-qml-plugin-buildfix

« back to all changes in this revision

Viewing changes to src/plugin.h

  • Committer: Dmitry Zagnoyko
  • Date: 2013-04-20 08:10:09 UTC
  • Revision ID: hiroshidi@gmail.com-20130420081009-i1yrn5lhczkod1rm
Added KSession class

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
    This file is part of KTerminal, QML plugin of the Konsole,
 
2
    This file is part of Konsole QML plugin,
3
3
    which is a terminal emulator from KDE.
4
4
 
5
5
    Copyright 2013      by Dmitry Zagnoyko <hiroshidi@gmail.com>
55
55
#endif
56
56
 
57
57
#include "TerminalDisplay.h"
58
 
#include "Session.h"
 
58
#include "ksession.h"
59
59
 
60
60
class PLUGIN_CLASS_EXPORT KonsoleKterminalPlugin  : public QmlPluginParent
61
61
{