summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/displaywindow/creadwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/displaywindow/creadwindow.cpp')
-rw-r--r--bibletime/frontend/displaywindow/creadwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/frontend/displaywindow/creadwindow.cpp b/bibletime/frontend/displaywindow/creadwindow.cpp
index 6a3e803..0b3ab27 100644
--- a/bibletime/frontend/displaywindow/creadwindow.cpp
+++ b/bibletime/frontend/displaywindow/creadwindow.cpp
@@ -43,7 +43,7 @@ m_displayWidget(0) {
}
CReadWindow::~CReadWindow() {
- // qWarning("destructor of CReadWindow");
+ // tqWarning("destructor of CReadWindow");
}
/** Returns the display widget of this window. */
@@ -106,7 +106,7 @@ void CReadWindow::lookup( CSwordKey* newKey ) {
setCaption( windowCaption() );
- // qDebug("[CReadWindow::lookup] Moving to anchor %s", CDisplayRendering::keyToHTMLAnchor(key()->key()).latin1());
+ // tqDebug("[CReadWindow::lookup] Moving to anchor %s", CDisplayRendering::keyToHTMLAnchor(key()->key()).latin1());
displayWidget()->moveToAnchor( CDisplayRendering::keyToHTMLAnchor(key()->key()) );
}
@@ -184,7 +184,7 @@ void CReadWindow::resizeEvent(TQResizeEvent* /*e*/) {
}
void CReadWindow::openSearchStrongsDialog() {
-// qWarning("looking for lemma %s", displayWidget()->getCurrentNodeInfo()[CDisplay::Lemma].latin1() );
+// tqWarning("looking for lemma %s", displayWidget()->getCurrentNodeInfo()[CDisplay::Lemma].latin1() );
TQString searchText = TQString();
if (displayWidget()->getCurrentNodeInfo()[CDisplay::Lemma] != TQString()) {