summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 );