X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=0a3147f64bafa4de0b6caaed21b68657950b3e75;hp=3c0c702ba37ceeba8a2755aa21470d918c0b669a;hb=fc7afbfbd06c214a393b49c120d2ae885647335d;hpb=7e5d08e8e20162b5cd13413693187be90f738a1e diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 3c0c702b..0a3147f6 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -569,7 +569,7 @@ void MainWin::showCoreInfoDlg() { } void MainWin::showSettingsDlg() { - SettingsDlg *dlg = new SettingsDlg(this); + SettingsDlg *dlg = new SettingsDlg(); //Category: Appearance dlg->registerSettingsPage(new ColorSettingsPage(dlg));