From 67ac950eb8660dc7f455640ffe77fd36b2fa44af Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:27 -0600 Subject: Undo prior accidental commit --- qtinterface/interface_tqt3/tqpaintdevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtinterface/interface_tqt3/tqpaintdevice.cpp') diff --git a/qtinterface/interface_tqt3/tqpaintdevice.cpp b/qtinterface/interface_tqt3/tqpaintdevice.cpp index 103d845..0ebab87 100644 --- a/qtinterface/interface_tqt3/tqpaintdevice.cpp +++ b/qtinterface/interface_tqt3/tqpaintdevice.cpp @@ -95,11 +95,11 @@ static GC create_gc( int scrn, bool monochrome ) return gc; } -GC tqt_xget_temp_gc( int scrn, bool monochrome ) // get temporary GC +GC qt_xget_temp_gc( int scrn, bool monochrome ) // get temporary GC { int appScreenCount = QApplication::desktop()->numScreens(); if ( scrn < 0 || scrn >= appScreenCount ) { - tqDebug("invalid screen (tmp) %d %d", scrn, appScreenCount ); + qDebug("invalid screen (tmp) %d %d", scrn, appScreenCount ); QWidget* bla = 0; bla->setName("hello"); } -- cgit v1.2.1