diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:36:15 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-23 02:38:43 +0200 |
commit | 6c8fbb5199ea86a9ef727aa258e730006b3876b6 (patch) | |
tree | 7a0a68179bc042ece6254e0e215a96265285597d /src/kde/kchmviewwindow_khtmlpart.h | |
parent | afdc76e8bceaafffeea4d3434885910ce9524334 (diff) | |
download | kchmviewer-6c8fbb5199ea86a9ef727aa258e730006b3876b6.tar.gz kchmviewer-6c8fbb5199ea86a9ef727aa258e730006b3876b6.zip |
Remove additional unneeded tq method conversions
(cherry picked from commit bd1f039636efbb681d138bbee07600633625bdb9)
Diffstat (limited to 'src/kde/kchmviewwindow_khtmlpart.h')
-rw-r--r-- | src/kde/kchmviewwindow_khtmlpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kde/kchmviewwindow_khtmlpart.h b/src/kde/kchmviewwindow_khtmlpart.h index 178b103..76d4774 100644 --- a/src/kde/kchmviewwindow_khtmlpart.h +++ b/src/kde/kchmviewwindow_khtmlpart.h @@ -54,7 +54,7 @@ public: virtual bool openPage (const TQString& url); //! Invalidate current view, doing all the cleanups etc. - virtual void tqinvalidate(); + virtual void invalidate(); //! Return current ZoomFactor. virtual int getZoomFactor() const { return m_zoomfactor; } |