diff options
Diffstat (limited to 'qtinterface/interface_tqt3')
-rw-r--r-- | qtinterface/interface_tqt3/tqapplication.cpp | 12 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqpaintdevice.cpp | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/qtinterface/interface_tqt3/tqapplication.cpp b/qtinterface/interface_tqt3/tqapplication.cpp index d96d9fc..dbeef36 100644 --- a/qtinterface/interface_tqt3/tqapplication.cpp +++ b/qtinterface/interface_tqt3/tqapplication.cpp @@ -25,23 +25,23 @@ Boston, MA 02110-1301, USA. #include <X11/X.h> #ifdef USE_QT3 -extern Time qt_x_time; -extern Time qt_x_user_time; +extern Time tqt_x_time; +extern Time tqt_x_user_time; void set_tqt_x_time(unsigned long x) { - qt_x_time = x; + tqt_x_time = x; } unsigned long get_tqt_x_time(void) { - return qt_x_time; + return tqt_x_time; } void set_tqt_x_user_time(unsigned long x) { - qt_x_user_time = x; + tqt_x_user_time = x; } unsigned long get_tqt_x_user_time(void) { - return qt_x_user_time; + return tqt_x_user_time; } #endif diff --git a/qtinterface/interface_tqt3/tqpaintdevice.cpp b/qtinterface/interface_tqt3/tqpaintdevice.cpp index 7f3574a..103d845 100644 --- a/qtinterface/interface_tqt3/tqpaintdevice.cpp +++ b/qtinterface/interface_tqt3/tqpaintdevice.cpp @@ -95,7 +95,7 @@ static GC create_gc( int scrn, bool monochrome ) return gc; } -GC qt_xget_temp_gc( int scrn, bool monochrome ) // get temporary GC +GC tqt_xget_temp_gc( int scrn, bool monochrome ) // get temporary GC { int appScreenCount = QApplication::desktop()->numScreens(); if ( scrn < 0 || scrn >= appScreenCount ) { |