summaryrefslogtreecommitdiffstats
path: root/src/kdesvn_events.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-16 16:05:53 -0600
committerTimothy Pearson <[email protected]>2011-11-16 16:05:53 -0600
commit2a84b711d4c9c28fd6e03457311fd05203318d24 (patch)
treec825e162ec40405187fd4892b08e8e036a5db308 /src/kdesvn_events.cpp
parent6cd1f99df4d8a5385335e0148fb0d4e424631e6b (diff)
downloadtdesvn-2a84b711d4c9c28fd6e03457311fd05203318d24.tar.gz
tdesvn-2a84b711d4c9c28fd6e03457311fd05203318d24.zip
Finish rename from prior commit
Diffstat (limited to 'src/kdesvn_events.cpp')
-rw-r--r--src/kdesvn_events.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kdesvn_events.cpp b/src/kdesvn_events.cpp
deleted file mode 100644
index bf0433e..0000000
--- a/src/kdesvn_events.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "tdesvn_events.h"
-#include "eventnumbers.h"
-
-FillCacheStatusEvent::FillCacheStatusEvent(TQ_LLONG current,TQ_LLONG max)
- :TQCustomEvent(EVENT_LOGCACHE_STATUS),m_current(current),m_max(max)
-{
-}