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/clickarea.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'superkaramba/src/clickarea.cpp') diff --git a/superkaramba/src/clickarea.cpp b/superkaramba/src/clickarea.cpp index c2ca63e..a49e4c7 100644 --- a/superkaramba/src/clickarea.cpp +++ b/superkaramba/src/clickarea.cpp @@ -29,7 +29,7 @@ bool ClickArea::click( TQMouseEvent *e ) { if( rect.contains( e->x(), e->y() ) ) { - //qDebug(TQString::number(e->type())); + //tqDebug(TQString::number(e->type())); //KShellProcess ksp; if( e->button() != Qt::LeftButton ) return false; @@ -48,7 +48,7 @@ bool ClickArea::click( TQMouseEvent *e ) if( !program.isEmpty() ) { - //qDebug(program); + //tqDebug(program); KRun::runCommand(program); } } -- cgit v1.2.1