summaryrefslogtreecommitdiffstats
path: root/xparts/xpart_notepad
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:30:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:30:40 -0600
commit32459311b349db581cc5fb0d80739a95b3d998b4 (patch)
treefd6475e6f0e015fce495961d6a0c50027bb95faa /xparts/xpart_notepad
parentef5a04df564ad5c27406c41fb55e32ad3aa39d25 (diff)
downloadtdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.tar.gz
tdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.zip
Rename additional global TQt functions
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r--xparts/xpart_notepad/shell_xparthost.cpp2
-rw-r--r--xparts/xpart_notepad/xp_notepad_factory.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp
index d043d766..2513fc51 100644
--- a/xparts/xpart_notepad/shell_xparthost.cpp
+++ b/xparts/xpart_notepad/shell_xparthost.cpp
@@ -57,7 +57,7 @@ void ShellWindow::slotOpenUrl( const TQString &url )
void ShellWindow::mergeGUI()
{
- qDebug("initGUI");
+ tqDebug("initGUI");
setXMLFile("shell_xparthost.rc");
createGUI( m_host );
m_host->widget()->setFocus();
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();
}