summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-18 05:24:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-18 05:24:10 +0000
commitec393a9747d375a76912b3153818e026c4659413 (patch)
tree50aa2b9780e686da9fcbaf711891574773b7c73f
parentbce8199ddac4feecdee9c094fb8f75863cfa9652 (diff)
downloadtdegraphics-ec393a9747d375a76912b3153818e026c4659413.tar.gz
tdegraphics-ec393a9747d375a76912b3153818e026c4659413.zip
Rename tqsizeHint* to sizeHint*
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1241971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kghostview/kgvshell.cpp2
1 files changed, 1 insertions, 1 deletions
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 );