From c03d5480ab0242a8e6b03b466d90d32d39303e71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:16:52 -0600 Subject: Rename old tq methods that no longer need a unique name --- qt/PlatQt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/PlatQt.cpp') diff --git a/qt/PlatQt.cpp b/qt/PlatQt.cpp index db5e94a..9f31d0d 100644 --- a/qt/PlatQt.cpp +++ b/qt/PlatQt.cpp @@ -661,7 +661,7 @@ void Window::SetFont(Font &font) void Window::SetCursor(Cursor curs) { - TQt::tqCursorShape qc; + TQt::CursorShape qc; switch (curs) { -- cgit v1.2.3