Rename tqsizeHint* to sizeHint*

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1241971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent bce8199dda
commit ec393a9747

@ -115,7 +115,7 @@ actionCollection());
// We could, at the user's option, make this connection and kghostview
// will always resize to fit the width of the page. But, for now,
// let's not.
// connect ( m_gvpart->widget(), TQT_SIGNAL (tqsizeHintChanged()), this, TQT_SLOT (slotResize ()) );
// connect ( m_gvpart->widget(), TQT_SIGNAL (sizeHintChanged()), this, TQT_SLOT (slotResize ()) );
setCentralWidget( m_gvpart->widget() );
createGUI( m_gvpart );

Loading…
Cancel
Save