set a window role so we can identify this dialog generically
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=740202
This commit is contained in:
parent
e4765f3dcd
commit
0b0a4fc8fa
@ -219,6 +219,8 @@ AppletBrowser::AppletBrowser(Plasma::Corona * corona, QWidget * parent, Qt::Wind
|
||||
: KDialog(parent, f),
|
||||
m_widget(new AppletBrowserWidget(corona, false, this))
|
||||
{
|
||||
winId(); // this is to get us a win id so that the next line doesn't abort on us
|
||||
setWindowRole("appletbrowser");
|
||||
init();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user