summaryrefslogtreecommitdiff
path: root/deskutils/basket/files/patch-itemfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/basket/files/patch-itemfactory.cpp')
-rw-r--r--deskutils/basket/files/patch-itemfactory.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/basket/files/patch-itemfactory.cpp b/deskutils/basket/files/patch-itemfactory.cpp
deleted file mode 100644
index bcd42e2fa399..000000000000
--- a/deskutils/basket/files/patch-itemfactory.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/itemfactory.cpp.orig Thu Mar 18 09:44:04 2004
-+++ src/itemfactory.cpp Thu Mar 18 09:44:57 2004
-@@ -218,7 +218,7 @@
- annot = name + "\n" + comment;
-
- /* And finaly create the item */
-- Item *item = new Item( "", (nameInAnnots ? "" : name), icon,
-+ Item *item = new Item( "", (nameInAnnots ? QString("") : name), icon,
- false, false,/*true, true,*/ // TODO: titleForProg() and iconForProg() !!
- annot, false, runC, parent );
- parent->insertItem(item);