diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:17:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:17:20 -0600 |
commit | 45fe54edebbcdff09907d5f5b46cd00f379662f3 (patch) | |
tree | 28215546e176b96b7d1f60dd0588a91103943a28 /quanta/treeviews | |
parent | 27075bc698a12dbc10e76618d83d952bd9d579ef (diff) | |
download | tdewebdev-45fe54edebbcdff09907d5f5b46cd00f379662f3.tar.gz tdewebdev-45fe54edebbcdff09907d5f5b46cd00f379662f3.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'quanta/treeviews')
-rw-r--r-- | quanta/treeviews/basetreeview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/basetreeview.cpp b/quanta/treeviews/basetreeview.cpp index ef4fdbc3..9ff82da5 100644 --- a/quanta/treeviews/basetreeview.cpp +++ b/quanta/treeviews/basetreeview.cpp @@ -868,7 +868,7 @@ void BaseTreeView::slotDropped (TQWidget *, TQDropEvent * /*e*/, KURL::List& fil Window child; int root_x, root_y, win_x, win_y; uint keybstate; - XQueryPointer( qt_xdisplay(), qt_xrootwin(), &root, &child, + XQueryPointer( tqt_xdisplay(), tqt_xrootwin(), &root, &child, &root_x, &root_y, &win_x, &win_y, &keybstate ); int result; |