From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kmdi/kmdimainfrm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmdi/kmdimainfrm.cpp') diff --git a/kmdi/kmdimainfrm.cpp b/kmdi/kmdimainfrm.cpp index 57fa26e6c..8e26f96eb 100644 --- a/kmdi/kmdimainfrm.cpp +++ b/kmdi/kmdimainfrm.cpp @@ -1694,7 +1694,7 @@ void KMdiMainFrm::setupTabbedDocumentViewSpace() setMaximumHeight( m_oldMainFrmMaxHeight ); resize( width(), m_oldMainFrmHeight ); m_oldMainFrmHeight = 0; - //qDebug("TopLevelMode off"); + //tqDebug("TopLevelMode off"); emit leftTopLevelMode(); TQApplication::sendPostedEvents(); @@ -2498,7 +2498,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 ; @@ -2815,7 +2815,7 @@ void KMdiMainFrm::setFrameDecorOfAttachedViews( int frameDecor ) m_frameDecoration = KMdi::KDELaptopLook; break; default: - qDebug( "unknown MDI decoration" ); + tqDebug( "unknown MDI decoration" ); break; } setMenuForSDIModeSysButtons( m_pMainMenuBar ); -- cgit v1.2.1