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/KonquerorIface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror/KonquerorIface.cc') diff --git a/konqueror/KonquerorIface.cc b/konqueror/KonquerorIface.cc index ce945d832..b726f759b 100644 --- a/konqueror/KonquerorIface.cc +++ b/konqueror/KonquerorIface.cc @@ -241,7 +241,7 @@ void KonquerorIface::comboCleared( TQCString objId ) bool KonquerorIface::processCanBeReused( int screen ) { - if( qt_xscreen() != screen ) + if( tqt_xscreen() != screen ) return false; // this instance run on different screen, and Qt apps can't migrate if( KonqMainWindow::isPreloaded()) return false; // will be handled by preloading related code instead -- cgit v1.2.3