summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/aqua/source/app/saltimer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/aqua/source/app/saltimer.cxx b/vcl/aqua/source/app/saltimer.cxx
index c19b7bd2173f..c257dc2b00b5 100644
--- a/vcl/aqua/source/app/saltimer.cxx
+++ b/vcl/aqua/source/app/saltimer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saltimer.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pluby $ $Date: 2000-12-08 01:28:59 $
+ * last change: $Author: pluby $ $Date: 2000-12-16 02:43:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,14 +75,14 @@
void SalTimer::Start( ULONG nMS )
{
- VCLApplication_StartPeriodicEvents( nMS );
+ VCLEvent_StartPeriodicEvents( nMS );
}
// -----------------------------------------------------------------------
void SalTimer::Stop()
{
- VCLApplication_StopPeriodicEvents();
+ VCLEvent_StopPeriodicEvents();
}
// -----------------------------------------------------------------------