Renamed files timer* to eventtimer*

This commit is contained in:
Martin Preuss
2023-10-13 00:48:47 +02:00
parent 16e08d623d
commit a3f866f69c
5 changed files with 6 additions and 6 deletions

View File

@@ -48,14 +48,14 @@
<headers dist="true" install="$(pkgincludedir)/data" >
eventsubscription.h
timer.h
eventtimer.h
eventhandler.h
</headers>
<headers dist="true" >
eventsubscription_p.h
timer_p.h
eventtimer_p.h
eventhandler_p.h
</headers>
@@ -64,7 +64,7 @@
$(local/typefiles)
eventsubscription.c
timer.c
eventtimer.c
eventhandler.c
</sources>