From 32459311b349db581cc5fb0d80739a95b3d998b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:30:40 -0600 Subject: Rename additional global TQt functions --- xparts/xpart_notepad/xp_notepad_factory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xparts/xpart_notepad/xp_notepad_factory.cpp') diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp index 59cf0499..799c83f8 100644 --- a/xparts/xpart_notepad/xp_notepad_factory.cpp +++ b/xparts/xpart_notepad/xp_notepad_factory.cpp @@ -52,9 +52,9 @@ XP_NotepadPart::XP_NotepadPart(TQWidget *parentWidget, const char *widgetName, << kapp->dcopClient()->appId() << objId(); m_partProcess->start(); - qDebug("---->>>>>> enter loop"); + tqDebug("---->>>>>> enter loop"); kapp->enter_loop(); - qDebug("----<<<<<< left loop"); + tqDebug("----<<<<<< left loop"); } XP_NotepadPart::~XP_NotepadPart() @@ -65,7 +65,7 @@ XP_NotepadPart::~XP_NotepadPart() void XP_NotepadPart::createActions( const TQCString &xmlActions ) { XPartHost_KPart::createActions( xmlActions ); - qDebug("----<<<<<< exit loop"); + tqDebug("----<<<<<< exit loop"); kapp->exit_loop(); } -- cgit v1.2.1