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 --- konqueror/client/kfmclient.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'konqueror/client/kfmclient.cc') diff --git a/konqueror/client/kfmclient.cc b/konqueror/client/kfmclient.cc index 99a4a82a1..e2d07c0dd 100644 --- a/konqueror/client/kfmclient.cc +++ b/konqueror/client/kfmclient.cc @@ -232,8 +232,8 @@ static bool startNewKonqueror( TQString url, TQString mimetype, const TQString& static int currentScreen() { - if( qt_xdisplay() != NULL ) - return qt_xscreen(); + if( tqt_xdisplay() != NULL ) + return tqt_xscreen(); // case when there's no KApplication instance const char* env = getenv( "DISPLAY" ); if( env == NULL ) @@ -286,12 +286,12 @@ void clientApp::sendASNChange() KStartupInfoData data; data.addPid( 0 ); // say there's another process for this ASN with unknown PID data.setHostname(); // ( no need to bother to get this konqy's PID ) - Display* dpy = qt_xdisplay(); + Display* dpy = tqt_xdisplay(); if( dpy == NULL ) // we may be running without TQApplication here dpy = XOpenDisplay( NULL ); if( dpy != NULL ) KStartupInfo::sendChangeX( dpy, id, data ); - if( dpy != NULL && dpy != qt_xdisplay()) + if( dpy != NULL && dpy != tqt_xdisplay()) XCloseDisplay( dpy ); } -- cgit v1.2.1