kde-workspace/kcontrol/kfontinst/kcmfontinst/FontInstInterface.h
2014-11-13 19:30:51 +02:00

23 lines
422 B
C++

#ifndef __FONTINST_INTERFACE_H__
#define __FONTINST_INTERFACE_H__
#include "FontinstIface.h"
#include "FontInst.h"
namespace KFI
{
class FontInstInterface : public OrgKdeFontinstInterface
{
public:
FontInstInterface()
: OrgKdeFontinstInterface(OrgKdeFontinstInterface::staticInterfaceName(),
FONTINST_PATH, QDBusConnection::sessionBus(), 0L)
{
}
};
}
#endif