21 #include "sessionconfiginterface.h"
30 class PrivateSessionConfigInterface
33 PrivateSessionConfigInterface() {}
34 ~PrivateSessionConfigInterface() {}
39 using namespace KTextEditor;
41 unsigned int SessionConfigInterface::globalSessionConfigInterfaceNumber = 0;
43 SessionConfigInterface::SessionConfigInterface()
45 globalSessionConfigInterfaceNumber++;
46 mySessionConfigInterfaceNumber = globalSessionConfigInterfaceNumber++;
48 d =
new PrivateSessionConfigInterface();
51 SessionConfigInterface::~SessionConfigInterface()
56 unsigned int SessionConfigInterface::configInterfaceNumber ()
const
58 return mySessionConfigInterfaceNumber;
61 void SessionConfigInterface::setSessionConfigInterfaceDCOPSuffix (
const TQCString &)