From 60da1801389e3c729d440a353003acca39a7c3b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:12 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/kchmviewwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kchmviewwindow.h') diff --git a/src/kchmviewwindow.h b/src/kchmviewwindow.h index 6dd59ac..fae779e 100644 --- a/src/kchmviewwindow.h +++ b/src/kchmviewwindow.h @@ -45,7 +45,7 @@ public: public: // virtual members, which should be implemented by viewers //! Invalidate current view, doing all the cleanups etc. - virtual void tqinvalidate(); + virtual void invalidate(); //! Popups the print dialog, and prints the current page on the printer. virtual bool printCurrentPage() = 0; -- cgit v1.2.1