From 44a28c50e84c12e283887ae790607c335bb54fa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:18 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/svnfrontend/fronthelpers/cursorstack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnfrontend/fronthelpers/cursorstack.h') diff --git a/src/svnfrontend/fronthelpers/cursorstack.h b/src/svnfrontend/fronthelpers/cursorstack.h index cadad9b..ba69612 100644 --- a/src/svnfrontend/fronthelpers/cursorstack.h +++ b/src/svnfrontend/fronthelpers/cursorstack.h @@ -41,7 +41,7 @@ public: */ CursorStack(TQt::CursorShape c = TQt::WaitCursor) { - KApplication::setOverrideCursor(TQCursor(c)); + TDEApplication::setOverrideCursor(TQCursor(c)); } //! Destructor. /*! @@ -49,7 +49,7 @@ public: */ ~CursorStack() { - KApplication::restoreOverrideCursor(); + TDEApplication::restoreOverrideCursor(); } }; -- cgit v1.2.3