aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.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/popupeditor/popupeditor.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/popupeditor/popupeditor.cpp')
-rw-r--r--src/modules/popupeditor/popupeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp
index d6e33d62a..ff3cdb8eb 100644
--- a/src/modules/popupeditor/popupeditor.cpp
+++ b/src/modules/popupeditor/popupeditor.cpp
@@ -1369,7 +1369,7 @@ void KviPopupEditorWindow::saveProperties(KviConfig *) //cfg
#ifdef COMPILE_SCRIPTTOOLBAR
cfg->writeEntry("Sizes",m_pEditor->sizes());
cfg->writeEntry("LastPopup",m_pEditor->lastEditedPopup().ptr());
- //debug("LAST EDITED=%s",m_pEditor->lastEditedPopup().ptr());
+ //qDebug("LAST EDITED=%s",m_pEditor->lastEditedPopup().ptr());
#endif // COMPILE_SCRIPTTOOLBAR
*/
}
@@ -1384,7 +1384,7 @@ void KviPopupEditorWindow::loadProperties(KviConfig *) // cfg
m_pEditor->setSizes(cfg->readIntListEntry("Sizes",def));
KviStr tmp = cfg->readEntry("LastPopup","");
m_pEditor->editPopup(tmp);
- //debug("LAST EDITED WAS %s",tmp.ptr());
+ //qDebug("LAST EDITED WAS %s",tmp.ptr());
#endif // COMPILE_SCRIPTTOOLBAR
*/
}