summaryrefslogtreecommitdiffstats
path: root/src/kchmsearchwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:15 -0600
commitbd1f039636efbb681d138bbee07600633625bdb9 (patch)
tree42a21732694f53d9ee8c9ca9f1b951412c9c4d7e /src/kchmsearchwindow.cpp
parentc9d6a7478114a66f06bfdde4ad9164cce03e4149 (diff)
downloadkchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.tar.gz
kchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kchmsearchwindow.cpp')
-rw-r--r--src/kchmsearchwindow.cpp2
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();