┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/terminal/terminalpanel.h
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-07 14:35:17 +0300
committerRoman Inflianskas <[email protected]>2018-03-11 20:41:54 +0300
commit68a924af05e7adf1c36b8139ee33a739298fe36d (patch)
tree562914a72b4854a5cf29f7e23a99df2baf003fab /src/panels/terminal/terminalpanel.h
parentc0797e8adef58bc57254d86d6f1abaa46d732f19 (diff)
Show a message if Konsole part is not installed
Summary: Show a message if Konsole part is not installed BUG: 371822 FIXED-IN: 18.04.0 {F5749731} Reviewers: ngraham, progwolff, elvisangelaccio Reviewed By: ngraham, progwolff, elvisangelaccio Subscribers: rkflx, ngraham, elvisangelaccio, broulik, progwolff, #dolphin Differential Revision: https://phabricator.kde.org/D11118
Diffstat (limited to 'src/panels/terminal/terminalpanel.h')
-rw-r--r--src/panels/terminal/terminalpanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h
index b36f24142..a6f93d767 100644
--- a/src/panels/terminal/terminalpanel.h
+++ b/src/panels/terminal/terminalpanel.h
@@ -25,6 +25,7 @@
#include <QQueue>
class TerminalInterface;
+class KMessageWidget;
class QVBoxLayout;
class QWidget;
@@ -93,6 +94,7 @@ private:
QVBoxLayout* m_layout;
TerminalInterface* m_terminal;
QWidget* m_terminalWidget;
+ KMessageWidget* m_konsolePartMissingMessage;
KParts::ReadOnlyPart* m_konsolePart;
QString m_konsolePartCurrentDirectory;
QQueue<QString> m_sendCdToTerminalHistory;