From ec393a9747d375a76912b3153818e026c4659413 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 18 Jul 2011 05:24:10 +0000 Subject: Rename tqsizeHint* to sizeHint* git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1241971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kghostview/kgvshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kghostview') diff --git a/kghostview/kgvshell.cpp b/kghostview/kgvshell.cpp index fcbda90c..09afb6c5 100644 --- a/kghostview/kgvshell.cpp +++ b/kghostview/kgvshell.cpp @@ -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 ); -- cgit v1.2.3