diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:17:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:17:52 -0600 |
commit | fcd6d02dc0202443468a21ac982c0f24a1265199 (patch) | |
tree | 5e3310de4c224a1e967b9b5d3a2e3690367fff15 /bibletime/frontend/cmdiarea.cpp | |
parent | a42abcb80abc3b4e0f468f4148e7e8c6575cb121 (diff) | |
download | bibletime-fcd6d02dc0202443468a21ac982c0f24a1265199.tar.gz bibletime-fcd6d02dc0202443468a21ac982c0f24a1265199.zip |
Rename additional global TQt functions
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; } } |