summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-07-24 03:10:05 -0500
committerTimothy Pearson <[email protected]>2011-07-24 03:10:05 -0500
commit596c6587c8e5263027705426647b43a5105f3bcd (patch)
treeb864ce18ebbf1185a337cbbe4a817d08eac8dc57 /tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp
parentd3f7a9d6f1b8f6e24fb49aaa8caeaa7623ae48b5 (diff)
downloadexperimental-596c6587c8e5263027705426647b43a5105f3bcd.tar.gz
experimental-596c6587c8e5263027705426647b43a5105f3bcd.zip
Fixed FTBFS due to prior commit
Diffstat (limited to 'tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp')
-rw-r--r--tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp b/tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp
index 276085d..2f0e272 100644
--- a/tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp
+++ b/tqtinterface/qt4/src/inputmethod/tqinputcontextfactory.cpp
@@ -64,8 +64,8 @@ static void create_manager()
#ifdef TQT_THREAD_SUPPORT
// protect manager creation
- TQMutexLocker locker( qt_global_mutexpool ?
- qt_global_mutexpool->get( &manager ) : 0);
+ TQMutexLocker locker( tqt_global_mutexpool ?
+ tqt_global_mutexpool->get( &manager ) : 0);
// we check the manager pointer again to make sure that another thread
// has not created the manager before us.