diff options
Diffstat (limited to 'math/kcalc/files/patch-ark-filelistview.cpp')
-rw-r--r-- | math/kcalc/files/patch-ark-filelistview.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/kcalc/files/patch-ark-filelistview.cpp b/math/kcalc/files/patch-ark-filelistview.cpp deleted file mode 100644 index dadc8edc030e..000000000000 --- a/math/kcalc/files/patch-ark-filelistview.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ark/filelistview.cpp.orig Mon Dec 19 15:40:44 2005 -+++ ark/filelistview.cpp Mon Dec 19 15:41:20 2005 -@@ -260,7 +260,7 @@ - * the next item is the next sibling of its parent, and so on. - */ - FileLVI *nitem = static_cast<FileLVI*>( item->nextSibling() ); -- while ( !nitem and item->parent() ) -+ while ( !nitem && item->parent() ) - { - item = static_cast<FileLVI*>( item->parent() ); - nitem = static_cast<FileLVI*>( item->parent()->nextSibling() ); |