mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
8 lines
160 B
C++
8 lines
160 B
C++
|
|
#include "accessibility/accessibleplasmaview.h"
|
|
|
|
namespace Plasma {
|
|
|
|
QAccessibleInterface* accessibleInterfaceFactory(const QString &key, QObject *object);
|
|
|
|
}
|