kde-workspace/plasma/desktop/shell/accessibility/accessiblefactory.h

9 lines
160 B
C
Raw Normal View History

2014-11-13 19:30:51 +02:00
#include "accessibility/accessibleplasmaview.h"
namespace Plasma {
QAccessibleInterface* accessibleInterfaceFactory(const QString &key, QObject *object);
}