diff options
author | Timothy Pearson <[email protected]> | 2012-03-02 02:13:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-02 02:13:02 -0600 |
commit | 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 (patch) | |
tree | bf71d4bfa94d0561e80456400ae5fe2bb501fbd8 /konqueror/KonquerorIface.cc | |
parent | e8a1cdc01d38125bea12d5494db977ae6429919a (diff) | |
download | tdebase-8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96.tar.gz tdebase-8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'konqueror/KonquerorIface.cc')
-rw-r--r-- | konqueror/KonquerorIface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |