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/kchmsearchwindow.cpp | |
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/kchmsearchwindow.cpp')
-rw-r--r-- | src/kchmsearchwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmsearchwindow.cpp b/src/kchmsearchwindow.cpp index e6710f6..c760339 100644 --- a/src/kchmsearchwindow.cpp +++ b/src/kchmsearchwindow.cpp @@ -95,7 +95,7 @@ KCHMSearchWindow::KCHMSearchWindow( TQWidget * parent, const char * name, WFlags m_searchEngine = 0; } -void KCHMSearchWindow::tqinvalidate( ) +void KCHMSearchWindow::invalidate( ) { m_searchList->clear(); m_searchQuery->clear(); |