diff --git a/src/kcm/configmodule.cpp b/src/kcm/configmodule.cpp --- a/src/kcm/configmodule.cpp +++ b/src/kcm/configmodule.cpp @@ -35,7 +35,7 @@ { setButtons(NoAdditionalButton); QVBoxLayout *l = new QVBoxLayout(this); - l->setMargin(0); + l->setContentsMargins(0, 0, 0, 0); TransportManagementWidget *tmw = new TransportManagementWidget(this); l->addWidget(tmw); }