summaryrefslogtreecommitdiffstats
path: root/libkonq/konq_events.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libkonq/konq_events.cc')
-rw-r--r--libkonq/konq_events.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/libkonq/konq_events.cc b/libkonq/konq_events.cc
new file mode 100644
index 000000000..f608a8cdc
--- /dev/null
+++ b/libkonq/konq_events.cc
@@ -0,0 +1,8 @@
+
+#include <kfileitem.h>
+
+#include "konq_events.h"
+
+const char *KonqFileSelectionEvent::s_fileItemSelectionEventName = "Konqueror/FileSelection";
+const char *KonqFileMouseOverEvent::s_fileItemMouseOverEventName = "Konqueror/FileMouseOver";
+const char *KonqConfigEvent::s_configEventName = "Konqueror/Config";