aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/helpwindow.cpp5
-rw-r--r--src/modules/help/helpwindow.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp
index b10ab2177..71de0855d 100644
--- a/src/modules/help/helpwindow.cpp
+++ b/src/modules/help/helpwindow.cpp
@@ -276,11 +276,6 @@ void KviHelpWindow::resizeEvent(QResizeEvent *)
m_pSplitter->setGeometry(0,0,width(),height());
}
-QSize KviHelpWindow::sizeHint() const
-{
- return m_pHelpWidget->sizeHint();
-}
-
void KviHelpWindow::fillCaptionBuffers()
{
m_szPlainTextCaption = __tr2qs("Help Browser");
diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h
index f2cfd15b0..2bcad355a 100644
--- a/src/modules/help/helpwindow.h
+++ b/src/modules/help/helpwindow.h
@@ -63,7 +63,6 @@ protected:
virtual void saveProperties(KviConfig * cfg);
virtual void loadProperties(KviConfig * cfg);
public:
- virtual QSize sizeHint() const;
QTextBrowser * textBrowser();
public slots:
void indexSelected ( QListWidgetItem * );