summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/qxembedtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/qxembedtest.cpp')
-rw-r--r--tdeui/tests/qxembedtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/qxembedtest.cpp b/tdeui/tests/qxembedtest.cpp
index 5e870ba8f..4965e5487 100644
--- a/tdeui/tests/qxembedtest.cpp
+++ b/tdeui/tests/qxembedtest.cpp
@@ -84,5 +84,5 @@ Window Window_With_Name(Display *dpy, Window top, const char *name)
WId windowWithName(const char *name)
{
- return Window_With_Name(qt_xdisplay(), qt_xrootwin(), name);
+ return Window_With_Name(tqt_xdisplay(), tqt_xrootwin(), name);
}