Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 49ada107b74067c9e0b3cd7f0f0524df > files > 6

esvn-0.7.0-0.svn1263.1mdv2008.0.src.rpm

--- .ui/frm_main.ui     (révision 1196)
+++ .ui/frm_main.ui     (révision 1214)
@@ -3033,6 +3033,6 @@
 <pixmapinproject/>
 <layoutdefaults spacing="1" margin="1"/>
 <includehints>
-    <includehint>cmd_lineedit.h</includehint>
+    <includehint>../src/cmd_lineedit.h</includehint>
 </includehints>
 </UI>
--- src/cmd_lineedit.h  (révision 816)
+++ src/cmd_lineedit.h  (révision 1214)
@@ -14,6 +14,9 @@
 *                                                                         *
 ***************************************************************************/
 
+#if !defined (__CMD_LINEEDIT_H__)
+#define __CMD_LINEEDIT_H__
+
 #include <vector>
 
 #include <qlineedit.h>
@@ -37,4 +40,4 @@
        size_t pos;
 };
 
-
+#endif // __CMD_LINEEDIT_H__