┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/terminal/terminalpanel.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2019-02-27 08:59:18 +0100
committerLaurent Montel <[email protected]>2019-02-27 08:59:18 +0100
commit4315e5c9380e22eed483f00adac3d075369eae49 (patch)
tree8d86e02ae6b54ec1bdb6c057896ff0bffc09c173 /src/panels/terminal/terminalpanel.cpp
parent1c6240964bb8ce9d55069cc9082978e34c22e84c (diff)
remove deprecated methods
Diffstat (limited to 'src/panels/terminal/terminalpanel.cpp')
-rw-r--r--src/panels/terminal/terminalpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/terminal/terminalpanel.cpp b/src/panels/terminal/terminalpanel.cpp
index 3377bab24..8dedd0be1 100644
--- a/src/panels/terminal/terminalpanel.cpp
+++ b/src/panels/terminal/terminalpanel.cpp
@@ -53,7 +53,7 @@ TerminalPanel::TerminalPanel(QWidget* parent) :
m_sendCdToTerminalHistory()
{
m_layout = new QVBoxLayout(this);
- m_layout->setMargin(0);
+ m_layout->setContentsMargins(0, 0, 0, 0);
}
TerminalPanel::~TerminalPanel()