diff options
| author | 2023-09-20 22:12:32 +0200 | |
|---|---|---|
| committer | 2023-10-18 10:26:35 +0200 | |
| commit | 0c9088c1d63acd418f7e37910ede0f1d59782961 (patch) | |
| tree | 323a921a4c70fd414feb1a0f13ff7e7e7caa2969 /src/modules/dcc/DccVoiceWindow.cpp | |
| parent | Qt6: QStringList is a typedef now, avoid forward declarations (diff) | |
| download | KVIrc-0c9088c1d63acd418f7e37910ede0f1d59782961.tar.gz KVIrc-0c9088c1d63acd418f7e37910ede0f1d59782961.tar.bz2 KVIrc-0c9088c1d63acd418f7e37910ede0f1d59782961.zip | |
Mass rename of margin -> contentsMargins
Diffstat (limited to 'src/modules/dcc/DccVoiceWindow.cpp')
| -rw-r--r-- | src/modules/dcc/DccVoiceWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/DccVoiceWindow.cpp b/src/modules/dcc/DccVoiceWindow.cpp index 976e6bf74..b8d101ae1 100644 --- a/src/modules/dcc/DccVoiceWindow.cpp +++ b/src/modules/dcc/DccVoiceWindow.cpp @@ -747,7 +747,7 @@ DccVoiceWindow::DccVoiceWindow(DccDescriptor * dcc, const char * name) connect(m_pTalkButton, SIGNAL(toggled(bool)), this, SLOT(startOrStopTalking(bool))); m_pHBox->setStretchFactor(vbox, 1); - m_pHBox->setMargin(2); + m_pHBox->setContentsMargins(2, 2, 2, 2); m_pHBox->setSpacing(1); m_pMarshal = new DccMarshal(this); |
