diff options
Diffstat (limited to 'nsplugins/viewer/viewer.cpp')
| -rw-r--r-- | nsplugins/viewer/viewer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nsplugins/viewer/viewer.cpp b/nsplugins/viewer/viewer.cpp index e15b52eb0..ba9a23886 100644 --- a/nsplugins/viewer/viewer.cpp +++ b/nsplugins/viewer/viewer.cpp @@ -190,7 +190,7 @@ bool qt_set_socket_handler( int sockfd, int type, TQObject *obj, bool enable )            }  #endif            if ( p ) -              _notifiers[type].insert( _notifiers[type].at(), sn ); +              _notifiers[type].insert( _notifiers[type].tqat(), sn );            else                _notifiers[type].append( sn );        } | 
