aboutsummaryrefslogtreecommitdiff
path: root/science/kst2/files/patch-kst-kst-kst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'science/kst2/files/patch-kst-kst-kst.cpp')
-rw-r--r--science/kst2/files/patch-kst-kst-kst.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/kst2/files/patch-kst-kst-kst.cpp b/science/kst2/files/patch-kst-kst-kst.cpp
deleted file mode 100644
index fef9fc05c7f4..000000000000
--- a/science/kst2/files/patch-kst-kst-kst.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kst/kst/kst.cpp.orig Sun Apr 30 00:32:11 2006
-+++ kst/kst/kst.cpp Sun Apr 30 00:40:06 2006
-@@ -1489,7 +1489,7 @@
- bool firstPage = true;
- while (it->currentItem()) {
- KstViewWindow *win = dynamic_cast<KstViewWindow*>(it->currentItem());
-- KstTopLevelViewPtr tlv = win ? kst_cast<KstTopLevelView>(win->view()) : 0L;
-+ KstTopLevelViewPtr tlv = win ? kst_cast<KstTopLevelView>(win->view()) : static_cast<KstTopLevelViewPtr>(0L);
- if (win && tlv && !tlv->children().isEmpty()) {
- ++pages;
- #if KDE_VERSION < KDE_MAKE_VERSION(3,3,0)