From ff79a216418861697bdadba0ecb6e497bf77e894 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 13:43:00 -0600 Subject: Fix FTBFS under tqt3 --- qtinterface/interface_tqt3/tqapplication.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'qtinterface') 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 #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 -- cgit v1.2.1