aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/eventeditor.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-08-07 16:01:59 +0000
committerGravatar Elvio Basello2010-08-07 16:01:59 +0000
commit403374043e06788423598a7d1a656443e1a85704 (patch)
tree265717148afebfa1af7a0f623b7ca966967153b1 /src/modules/eventeditor/eventeditor.cpp
parentupdated translation files (diff)
downloadKVIrc-403374043e06788423598a7d1a656443e1a85704.tar.gz
KVIrc-403374043e06788423598a7d1a656443e1a85704.tar.bz2
KVIrc-403374043e06788423598a7d1a656443e1a85704.zip
cleaned code: removed all instances of debug
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/eventeditor/eventeditor.cpp')
-rw-r--r--src/modules/eventeditor/eventeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp
index 605e844e4..f39893653 100644
--- a/src/modules/eventeditor/eventeditor.cpp
+++ b/src/modules/eventeditor/eventeditor.cpp
@@ -564,7 +564,7 @@ void KviEventEditorWindow::saveProperties(KviConfig *) //cfg
#ifdef COMPILE_SCRIPTTOOLBAR
cfg->writeEntry("Sizes",m_pEditor->sizes());
cfg->writeEntry("LastEvent",m_pEditor->lastEditedEvent().ptr());
- //debug("LAST EDITED=%s",m_pEditor->lastEditedEvent().ptr());
+ //qDebug("LAST EDITED=%s",m_pEditor->lastEditedEvent().ptr());
#endif // COMPILE_SCRIPTTOOLBAR
*/
}
@@ -579,7 +579,7 @@ void KviEventEditorWindow::loadProperties(KviConfig *) //cfg
m_pEditor->setSizes(cfg->readIntListEntry("Sizes",def));
KviStr tmp = cfg->readEntry("LastEvent","");
m_pEditor->editEvent(tmp);
- //debug("LAST EDITED WAS %s",tmp.ptr());
+ //qDebug("LAST EDITED WAS %s",tmp.ptr());
#endif // COMPILE_SCRIPTTOOLBAR
*/
}