mainWindow.h--mianwindow.h
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 Jan 2004 21:25:56 +0000 (21:25 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 Jan 2004 21:25:56 +0000 (21:25 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@449 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h
ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h
ltt/branches/poly/lttv/modules/gui/main/src/callbacks.c
ltt/branches/poly/lttv/modules/gui/main/src/callbacks.h
ltt/branches/poly/lttv/modules/gui/main/src/gtkmultivpaned.c
ltt/branches/poly/lttv/modules/gui/main/src/init_module.c
ltt/branches/poly/lttv/modules/gui/mainlib/gtkTraceSet.c

index 09c3d0337f293f503bef3c3263dcd63fce3e1cd2..30015c366c3fd84c978555ab8f5df05280f6c97e 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <gtk/gtk.h>
 #include <lttv/common.h>
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 #include "processlist.h"
 
 typedef struct _ControlFlowData ControlFlowData;
index fbc714eef939caadafdeae681f1afe43c931869d..fdb9edd040512375b36bf155869ea01e71fab975 100644 (file)
@@ -27,7 +27,7 @@
 #define _EVENT_HOOKS_H
 
 #include <gtk/gtk.h>
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 #include <ltt/time.h>
 
 #include "processlist.h"
index 5e7b4e12e62db26c34b052aa6781a5abc2258a8b..cd13300b69821edfd3580df58b27cfbca1d73808 100644 (file)
@@ -26,7 +26,7 @@
 #include "callbacks.h"
 #include "interface.h"
 #include "support.h"
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 #include <lttv/menu.h>
 #include <lttv/toolbar.h>
 #include <lttv/gtkTraceSet.h>
index 17986e9db53fbbd6cd0cbcf14f33ee07ab1ee317..9d48e0294e2e38745039fa9fdd0bcb48586bf04a 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <gtk/gtk.h>
 #include <lttv/common.h>
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 
 /* internal functions */
 
index 0b0d9846c38064477a5cdd48b56299ffe1864c1c..e93afbd303081c6e04b30c05a6911272f8815b97 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <lttv/gtkmultivpaned.h>
 //#include "gtkintl.h"
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 #include <lttv/gtkTraceSet.h>
 
 static void gtk_multi_vpaned_class_init (GtkMultiVPanedClass    *klass);
index bee64775432689d9bd77f4159d8cf0868d136888..cdac6b987581d3255de713e7a1ed5eaeeaf79300 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "interface.h"
 #include "support.h"
-#include <lttv/mainWindow.h>
+#include <lttv/mainwindow.h>
 #include "callbacks.h"
 #include <ltt/trace.h>
 
index ac82bb4ecb5f8044e7cf62d276e522f27870e817..5a55f8e55af89e42918164b7b3d9b1a80bef116b 100644 (file)
@@ -13,7 +13,7 @@
 #include <lttv/common.h>
 #include <ltt/ltt.h>
 #include <lttv/lttv.h>
-#include <lttv/mainWindow.h>   
+#include <lttv/mainwindow.h>   
 #include <lttv/gtkTraceSet.h>
 #include <lttv/processTrace.h>
 #include <lttv/toolbar.h>
This page took 0.028025 seconds and 4 git commands to generate.