Fix tar.gz build by removing legacy include to ltt directory
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindowtraces.h
index 45ad7e228c53a68db3379e87fb0025e3d59e4c52..38a49887a8d03913faf005fc430f590ba1bd0afb 100644 (file)
@@ -68,7 +68,7 @@
 #ifndef LTTVWINDOWTRACES_H
 #define LTTVWINDOWTRACES_H
 
-#include <ltt/time.h>
+#include <lttv/time.h>
 #include <glib.h>
 #include <gtk/gtk.h>
 
@@ -186,7 +186,7 @@ void lttvwindowtraces_background_notify_queue
  (gpointer                     owner,
   LttvTrace                   *trace,
   LttTime                      notify_time,
-  const LttvTracesetContextPosition *notify_position,
+  const LttvTracesetPosition *notify_position,
   const LttvHooks                   *notify);
 
 /**
@@ -204,7 +204,7 @@ void lttvwindowtraces_background_notify_current
  (gpointer                     owner,
   LttvTrace                   *trace,
   LttTime                      notify_time,
-  const LttvTracesetContextPosition *notify_position,
+  const LttvTracesetPosition *notify_position,
   const LttvHooks                   *notify);
 
 /**
@@ -263,7 +263,6 @@ void lttvwindowtraces_register_computation_hooks(LttvAttributeName module_name,
                                           LttvHooks *before_request,
                                           LttvHooks *after_request,
                                           LttvHooks *event_hook,
-                                          LttvHooksById *event_hook_by_id,
                                           LttvHooks *hook_adder,
                                           LttvHooks *hook_remover);
 /**
This page took 0.022766 seconds and 4 git commands to generate.