blob: 77f5c1312396acf9daef6bf6a5eddf424b94389f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff -Naur ktechlab-0.3-orig/src/itemdocument.h ktechlab-0.3/src/itemdocument.h
--- ktechlab-0.3-orig/src/itemdocument.h 2007-08-06 12:52:55.000000000 -0600
+++ ktechlab-0.3/src/itemdocument.h 2007-08-06 12:55:24.000000000 -0600
@@ -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
|