19 #include "kateindentscriptabstracts.h"
26 KateIndentScriptImplAbstract::KateIndentScriptImplAbstract(
const TQString& internalName,
27 const TQString &filePath,
const TQString &niceName,
28 const TQString ©right,
double version):m_refcount(0),m_filePath(filePath),m_niceName(niceName),
29 m_copyright(copyright),m_version(
version)
33 KateIndentScriptImplAbstract::~KateIndentScriptImplAbstract()
37 void KateIndentScriptImplAbstract::incRef()
39 kdDebug(13050)<<
"KateIndentScriptImplAbstract::incRef()"<<
endl;
43 void KateIndentScriptImplAbstract::decRef()
45 kdDebug(13050)<<
"KateIndentScriptImplAbstract::decRef()"<<
endl;
kndbgstream & endl(kndbgstream &s)
kdbgstream kdDebug(int area=0)