19 #ifndef __tdetexteditor_sessionconfiginterface_h__
20 #define __tdetexteditor_sessionconfiginterface_h__
22 #include <tdelibs_export.h>
36 friend class PrivateSessionConfigInterface;
42 unsigned int configInterfaceNumber ()
const;
45 void setSessionConfigInterfaceDCOPSuffix (
const TQCString &suffix);
56 virtual void readSessionConfig (TDEConfig *) = 0;
57 virtual void writeSessionConfig (TDEConfig *) = 0;
60 class PrivateSessionConfigInterface *d;
61 static unsigned int globalSessionConfigInterfaceNumber;
62 unsigned int mySessionConfigInterfaceNumber;