diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-18 05:24:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-18 05:24:10 +0000 |
commit | ec393a9747d375a76912b3153818e026c4659413 (patch) | |
tree | 50aa2b9780e686da9fcbaf711891574773b7c73f | |
parent | bce8199ddac4feecdee9c094fb8f75863cfa9652 (diff) | |
download | tdegraphics-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.cpp | 2 |
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 ); |