summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/cursorstack.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:15:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:15:16 -0600
commitd6609da6b8c963fc19b622ab37f38e65df4e0a29 (patch)
tree66b2ac7b12897c16ac5226da82c451c04994f9cd /src/svnfrontend/fronthelpers/cursorstack.h
parent548395e018d377eaa8fede0fba271da8b6c49fc9 (diff)
downloadtdesvn-d6609da6b8c963fc19b622ab37f38e65df4e0a29.tar.gz
tdesvn-d6609da6b8c963fc19b622ab37f38e65df4e0a29.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/svnfrontend/fronthelpers/cursorstack.h')
-rw-r--r--src/svnfrontend/fronthelpers/cursorstack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/fronthelpers/cursorstack.h b/src/svnfrontend/fronthelpers/cursorstack.h
index 4daf061..cadad9b 100644
--- a/src/svnfrontend/fronthelpers/cursorstack.h
+++ b/src/svnfrontend/fronthelpers/cursorstack.h
@@ -39,7 +39,7 @@ public:
* Create instance and changes the application cursor to \a c
* \param c cursortype to set.
*/
- CursorStack(TQt::tqCursorShape c = TQt::WaitCursor)
+ CursorStack(TQt::CursorShape c = TQt::WaitCursor)
{
KApplication::setOverrideCursor(TQCursor(c));
}