diff options
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/kmdimainfrm.cpp')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/kmdimainfrm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kmdimainfrm.cpp b/lib/compatibility/kmdi/qextmdi/kmdimainfrm.cpp index 3618ea3e..2512751b 100644 --- a/lib/compatibility/kmdi/qextmdi/kmdimainfrm.cpp +++ b/lib/compatibility/kmdi/qextmdi/kmdimainfrm.cpp @@ -1698,7 +1698,7 @@ void KMdiMainFrm::setupTabbedDocumentViewSpace() setMaximumHeight( m_oldMainFrmMaxHeight ); resize( width(), m_oldMainFrmHeight ); m_oldMainFrmHeight = 0; - //qDebug("TopLevelMode off"); + //tqDebug("TopLevelMode off"); emit leftTopLevelMode(); TQApplication::sendPostedEvents(); @@ -2502,7 +2502,7 @@ void KMdiMainFrm::switchOffMaximizeModeForMenu( KMdiChildFrm* oldChild ) /** reconnects the system buttons form maximize mode (SDI mode) with the new child frame */ void KMdiMainFrm::updateSysButtonConnections( KMdiChildFrm* oldChild, KMdiChildFrm* newChild ) { - //qDebug("updateSysButtonConnections"); + //tqDebug("updateSysButtonConnections"); // if there is no menubar given, those system buttons aren't possible if ( !m_pMainMenuBar ) return ; @@ -2819,7 +2819,7 @@ void KMdiMainFrm::setFrameDecorOfAttachedViews( int frameDecor ) m_frameDecoration = KMdi::KDELaptopLook; break; default: - qDebug( "unknown MDI decoration" ); + tqDebug( "unknown MDI decoration" ); break; } setMenuForSDIModeSysButtons( m_pMainMenuBar ); |