Author: megabajt                     Date: Fri Nov 30 09:08:08 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 build fixes

---- Files affected:
SOURCES:
   ktechlab-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ktechlab-gcc4.patch
diff -u /dev/null SOURCES/ktechlab-gcc4.patch:1.1
--- /dev/null   Fri Nov 30 10:08:08 2007
+++ SOURCES/ktechlab-gcc4.patch Fri Nov 30 10:08:03 2007
@@ -0,0 +1,33 @@
+diff -urN ktechlab-0.3/microbe/pic14.h ktechlab-0.3.new/microbe/pic14.h
+--- ktechlab-0.3/microbe/pic14.h       2005-12-30 12:22:04.000000000 +0100
++++ ktechlab-0.3.new/microbe/pic14.h   2007-11-30 09:57:13.585624066 +0100
+@@ -96,7 +96,7 @@
+                       Delay_50S       = 4,
+               };
+               
+-              PIC14::PIC14( Microbe * master, Type type );
++              PIC14( Microbe * master, Type type );
+               ~PIC14();
+               
+               /**
+diff -urN ktechlab-0.3/src/itemdocument.h ktechlab-0.3.new/src/itemdocument.h
+--- ktechlab-0.3/src/itemdocument.h    2005-12-30 12:22:12.000000000 +0100
++++ ktechlab-0.3.new/src/itemdocument.h        2007-11-30 09:58:31.459620961 
+0100
+@@ -112,7 +112,7 @@
+                * (such as PIC/START) have restrictions, and can only have one 
instance of
+                * themselves on the canvas, and adds the operation to the undo 
list
+                */
+-              virtual Item* addItem( const QString &id, const QPoint &p, bool 
newItem ) = 0l;
++              virtual Item* addItem( const QString &id, const QPoint &p, bool 
newItem ) = 0;
+               /**
+                * @returns A pointer to the canvas
+                */
+@@ -215,7 +215,7 @@
+                * Set the given QCanvasItem (which will attempt to be casted 
to known
+                * items to be deleted.
+                */
+-              virtual void appendDeleteList( QCanvasItem * ) = 0l;
++              virtual void appendDeleteList( QCanvasItem * ) = 0;
+               /**
+                * Save the current state of the document to the undo/redo 
history.
+                * @param actionTicket if this is non-negative, and the last 
state save
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to