aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/codetester/codetester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/codetester/codetester.cpp')
-rw-r--r--src/modules/codetester/codetester.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/codetester/codetester.cpp b/src/modules/codetester/codetester.cpp
index af74506fd..c7f7a86be 100644
--- a/src/modules/codetester/codetester.cpp
+++ b/src/modules/codetester/codetester.cpp
@@ -120,7 +120,7 @@ void KviCodeTesterWindow::saveProperties(KviConfig *) //cfg
#ifdef COMPILE_SCRIPTTOOLBAR
cfg->writeEntry("Sizes",m_pEditor->sizes());
cfg->writeEntry("LastRaw",m_pEditor->lastEditedRaw().ptr());
- //debug("LAST EDITED=%s",m_pEditor->lastEditedRaw().ptr());
+ //qDebug("LAST EDITED=%s",m_pEditor->lastEditedRaw().ptr());
#endif // COMPILE_SCRIPTTOOLBAR
*/
}
@@ -135,7 +135,7 @@ void KviCodeTesterWindow::loadProperties(KviConfig *) //cfg
m_pEditor->setSizes(cfg->readIntListEntry("Sizes",def));
KviStr tmp = cfg->readEntry("LastRaw","");
m_pEditor->editRaw(tmp);
- //debug("LAST EDITED WAS %s",tmp.ptr());
+ //qDebug("LAST EDITED WAS %s",tmp.ptr());
#endif // COMPILE_SCRIPTTOOLBAR
*/
}