diff options
Diffstat (limited to 'bibletime/frontend/cmdiarea.cpp')
-rw-r--r-- | bibletime/frontend/cmdiarea.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/frontend/cmdiarea.cpp b/bibletime/frontend/cmdiarea.cpp index 8cef49d..dcb951a 100644 --- a/bibletime/frontend/cmdiarea.cpp +++ b/bibletime/frontend/cmdiarea.cpp @@ -297,7 +297,7 @@ bool CMDIArea::eventFilter( TQObject *o, TQEvent *e ) { ret = false; } else if (!o->inherits("CDisplayWindow")){ - qDebug("CMDIArea: bad mdi child classname: %s", o->className()); + tqDebug("CMDIArea: bad mdi child classname: %s", o->className()); //o->dumpObjectInfo(); //o->dumpObjectTree(); } @@ -310,7 +310,7 @@ bool CMDIArea::eventFilter( TQObject *o, TQEvent *e ) { \fn CMDIArea::triggerWindowUpdate() */ void CMDIArea::triggerWindowUpdate() { - qDebug("CMDIArea::triggerWindowUpfdate"); + tqDebug("CMDIArea::triggerWindowUpfdate"); if (isUpdatesEnabled() && usableWindowList().count() ) { switch (m_guiOption) { @@ -324,7 +324,7 @@ void CMDIArea::triggerWindowUpdate() { TQTimer::singleShot(0, this, TQT_SLOT(myCascade())); break; default: - qDebug("CMDIArea::triggerWindowUpdate: no known m_guiType"); + tqDebug("CMDIArea::triggerWindowUpdate: no known m_guiType"); break; } } |