diff options
| author | Laurent Montel <[email protected]> | 2019-02-27 08:59:18 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2019-02-27 08:59:18 +0100 |
| commit | 4315e5c9380e22eed483f00adac3d075369eae49 (patch) | |
| tree | 8d86e02ae6b54ec1bdb6c057896ff0bffc09c173 /src/views/renamedialog.cpp | |
| parent | 1c6240964bb8ce9d55069cc9082978e34c22e84c (diff) | |
remove deprecated methods
Diffstat (limited to 'src/views/renamedialog.cpp')
| -rw-r--r-- | src/views/renamedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/renamedialog.cpp b/src/views/renamedialog.cpp index c9f9c177b..5d329c3ce 100644 --- a/src/views/renamedialog.cpp +++ b/src/views/renamedialog.cpp @@ -137,7 +137,7 @@ RenameDialog::RenameDialog(QWidget *parent, const KFileItemList& items) : m_spinBox->setDisplayIntegerBase(10); QHBoxLayout* horizontalLayout = new QHBoxLayout(page); - horizontalLayout->setMargin(0); + horizontalLayout->setContentsMargins(0, 0, 0, 0); horizontalLayout->addWidget(infoLabel); horizontalLayout->addWidget(m_spinBox); |
