diff options
author | Timothy Pearson <[email protected]> | 2012-03-02 02:07:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-02 02:07:13 -0600 |
commit | 83f8f1966bbfcd95240716674caeff458f4b3317 (patch) | |
tree | f88504f6d7f2445263785f40245217bf8bb9669c /src/svnfrontend | |
parent | 9b9d4ea191b72a4742c67bbcdb12528dbe848dfd (diff) | |
download | tdesvn-83f8f1966bbfcd95240716674caeff458f4b3317.tar.gz tdesvn-83f8f1966bbfcd95240716674caeff458f4b3317.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'src/svnfrontend')
-rw-r--r-- | src/svnfrontend/keystatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/keystatus.cpp b/src/svnfrontend/keystatus.cpp index d3a3c54..40d8d06 100644 --- a/src/svnfrontend/keystatus.cpp +++ b/src/svnfrontend/keystatus.cpp @@ -27,7 +27,7 @@ void KeyState::keystate(int*root_x,int*root_y,int*win_x,int*win_y,unsigned int*k Window root; Window child; unsigned int kstate; - XQueryPointer( qt_xdisplay(), qt_xrootwin(), &root, &child, + XQueryPointer( tqt_xdisplay(), tqt_xrootwin(), &root, &child, root_x, root_y, win_x, win_y, &kstate); *keybstate=0; if (kstate&ControlMask) { |