Treat PathRequester as per KUrlRequester
This commit is contained in:
committed by
craig.p.drummond
parent
bf07c6e73e
commit
205441a87a
@@ -353,6 +353,13 @@ void AcceleratorManagerPrivate::manageWidget(QWidget *w, Item *item)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifndef ENABLE_KDE_SUPPORT
|
||||
if ( w->inherits("PathRequester") ) {
|
||||
traverseChildren(w, item);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
// now treat 'ordinary' widgets
|
||||
QLabel *label = qobject_cast<QLabel*>(w);
|
||||
if ( label ) {
|
||||
|
||||
Reference in New Issue
Block a user