summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:37 -0600
commite07474244f2f3e8a84b3507a3613592c05dc6de8 (patch)
tree9b67edbb25526894e25c6f606e34463d98f7783d
parent145b100729b29e28fd9c8d95a7579e811bdc1e11 (diff)
downloadrosegarden-e0747424.tar.gz
rosegarden-e0747424.zip
Rename additional global TQt functions
-rw-r--r--src/gui/editors/segment/segmentcanvas/CompositionView.cpp2
-rw-r--r--src/gui/kdeext/RGLed.cpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/editors/segment/segmentcanvas/CompositionView.cpp b/src/gui/editors/segment/segmentcanvas/CompositionView.cpp
index 48a06e7..fe52f26 100644
--- a/src/gui/editors/segment/segmentcanvas/CompositionView.cpp
+++ b/src/gui/editors/segment/segmentcanvas/CompositionView.cpp
@@ -309,7 +309,7 @@ void CompositionView::updateSelectionContents()
void CompositionView::slotContentsMoving(int x, int y)
{
- // qDebug("contents moving : x=%d", x);
+ // tqDebug("contents moving : x=%d", x);
}
void CompositionView::slotSetTool(const TQString& toolName)
diff --git a/src/gui/kdeext/RGLed.cpp b/src/gui/kdeext/RGLed.cpp
index a928ee5..c1b9604 100644
--- a/src/gui/kdeext/RGLed.cpp
+++ b/src/gui/kdeext/RGLed.cpp
@@ -236,7 +236,7 @@ KLed::paintEvent(TQPaintEvent *)
paintRect();
break;
default :
- qWarning("%s: in class KLed: no KLed::Look set", tqApp->argv()[0]);
+ tqWarning("%s: in class KLed: no KLed::Look set", tqApp->argv()[0]);
}
break;
case Circular:
@@ -251,18 +251,18 @@ KLed::paintEvent(TQPaintEvent *)
paintSunken();
break;
default:
- qWarning("%s: in class KLed: no KLed::Look set", tqApp->argv()[0]);
+ tqWarning("%s: in class KLed: no KLed::Look set", tqApp->argv()[0]);
}
break;
default:
- qWarning("%s: in class KLed: no KLed::Shape set", tqApp->argv()[0]);
+ tqWarning("%s: in class KLed: no KLed::Shape set", tqApp->argv()[0]);
break;
}
#ifdef PAINT_BENCH
}
int ready = t.elapsed();
- qWarning("elapsed: %d msec. for %d rounds", ready, rounds);
+ tqWarning("elapsed: %d msec. for %d rounds", ready, rounds);
#endif
}