rename to gtktraceset.h to viewer.h
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / module.c
index 69694d6f7b28e73863fe77bd8063abc607375b42..d5f49f4e86a82dcff8ae9ff0e1f03628ee4e6e46 100644 (file)
 #include <glib.h>
 #include <lttv/lttv.h>
 #include <lttv/module.h>
-#include <lttv/gtktraceset.h>
+#include <lttvwindow/gtktraceset.h>
 
 #include "cfv.h"
 #include "eventhooks.h"
 
-#include "../icons/hGuiControlFlowInsert.xpm"
+#include "hGuiControlFlowInsert.xpm"
 
 static LttvModule *Main_Win_Module;
 
@@ -111,4 +111,4 @@ static void destroy() {
 
 LTTV_MODULE("guicontrolflow", "Control flow viewer", \
     "Graphical module to view processes state and control flow", \
-    init, destroy, "mainwin")
+    init, destroy, "lttvwindow")
This page took 0.023309 seconds and 4 git commands to generate.