mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kstyles: parent the QLibrary pointers to ConfigDialog
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ca644e1af2
commit
075d3d4b66
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ namespace Oxygen
|
|||
{
|
||||
|
||||
// load decoration from plugin
|
||||
QLibrary* library = new QLibrary( "kstyle_oxygen_config" );
|
||||
QLibrary* library = new QLibrary( "kstyle_oxygen_config", this );
|
||||
|
||||
if (library->load())
|
||||
{
|
||||
|
@ -210,7 +210,7 @@ namespace Oxygen
|
|||
{
|
||||
|
||||
// load decoration from plugin
|
||||
QLibrary* library = new QLibrary( "kwin_oxygen_config" );
|
||||
QLibrary* library = new QLibrary( "kwin_oxygen_config", this );
|
||||
|
||||
if (library->load())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue