summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:17:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:17:20 -0600
commit45fe54edebbcdff09907d5f5b46cd00f379662f3 (patch)
tree28215546e176b96b7d1f60dd0588a91103943a28 /quanta
parent27075bc698a12dbc10e76618d83d952bd9d579ef (diff)
downloadtdewebdev-45fe54edebbcdff09907d5f5b46cd00f379662f3.tar.gz
tdewebdev-45fe54edebbcdff09907d5f5b46cd00f379662f3.zip
Rename additional global functions and variables for tqt3
Diffstat (limited to 'quanta')
-rw-r--r--quanta/treeviews/basetreeview.cpp2
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;