From 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:13:02 -0600 Subject: Rename additional global functions and variables for tqt3 --- kicker/applets/swallow/swallow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kicker/applets/swallow') diff --git a/kicker/applets/swallow/swallow.cpp b/kicker/applets/swallow/swallow.cpp index 03be831e3..21a36f35b 100644 --- a/kicker/applets/swallow/swallow.cpp +++ b/kicker/applets/swallow/swallow.cpp @@ -307,7 +307,7 @@ void SwallowApp::windowAdded(WId win) { // determine title of newly mapped window XTextProperty nameProp; - XGetWMName(qt_xdisplay(), win, &nameProp); + XGetWMName(tqt_xdisplay(), win, &nameProp); char **names; int count; XTextPropertyToStringList(&nameProp, &names, &count); @@ -328,7 +328,7 @@ void SwallowApp::windowAdded(WId win) resize( r.width(), r.height() ); embed(win); - XReparentWindow(qt_xdisplay(), win, winId(), 0, 0); + XReparentWindow(tqt_xdisplay(), win, winId(), 0, 0); disconnect(SwallowApplet::winModule(), TQT_SIGNAL(windowAdded(WId)), this, TQT_SLOT(windowAdded(WId))); -- cgit v1.2.1