You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
387 B

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