From 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:28 -0600 Subject: Rename additional global TQt functions --- superkaramba/src/clickmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'superkaramba/src/clickmap.cpp') diff --git a/superkaramba/src/clickmap.cpp b/superkaramba/src/clickmap.cpp index 8b25bce..c596313 100644 --- a/superkaramba/src/clickmap.cpp +++ b/superkaramba/src/clickmap.cpp @@ -45,7 +45,7 @@ bool ClickMap::click( TQMouseEvent *e ) { int index = ((e -> y() - getY()) / text.getLineHeight()) + 1; if (index >= 1 && index <= (int)displays.count()) { - // qDebug( "You clicked item " + TQString::number( index ) + ", " + + // tqDebug( "You clicked item " + TQString::number( index ) + ", " + // displays[index - 1] + " " + links[index - 1] ); KRun::runCommand("konqueror " + links[index - 1]); } -- cgit v1.2.1