diff options
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
-rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index 0b567e5c..6f4cc042 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -186,7 +186,7 @@ KviOptionsInstanceManager::KviOptionsInstanceManager() : QObject(0) { - //debug("Instantiating"); + //tqDebug("Instantiating"); // Create the global widget dict : case sensitive , do not copy keys m_pInstanceTree = new KviPointerList<KviOptionsWidgetInstanceEntry>; m_pInstanceTree->setAutoDelete(true); @@ -314,9 +314,9 @@ void KviOptionsInstanceManager::deleteInstanceTree(KviPointerList<KviOptionsWidg delete e->pWidget->parent(); e->pWidget = 0; } else { - debug("Ops...i have deleted the options dialog ?"); + tqDebug("Ops...i have deleted the options dialog ?"); } - } //else debug("Clas %s has no widget",e->szName); + } //else tqDebug("Clas %s has no widget",e->szName); if(e->pChildList)deleteInstanceTree(e->pChildList); } delete l; @@ -326,7 +326,7 @@ void KviOptionsInstanceManager::deleteInstanceTree(KviPointerList<KviOptionsWidg KviOptionsInstanceManager::~KviOptionsInstanceManager() { - if(m_pInstanceTree)debug("Ops...KviOptionsInstanceManager::cleanup() not called ?"); + if(m_pInstanceTree)tqDebug("Ops...KviOptionsInstanceManager::cleanup() not called ?"); } void KviOptionsInstanceManager::cleanup(KviModule * m) |