diff options
author | 2009-11-16 06:03:51 +0000 | |
---|---|---|
committer | 2009-11-16 06:03:51 +0000 | |
commit | a913de0b750bfc62056170e70cb566980b2d3b27 (patch) | |
tree | 617e48713636295dd82744f15e110e93d8f923b0 /kde-misc/kaptain/files/kaptain-0.72-gcc43.patch | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | historical-a913de0b750bfc62056170e70cb566980b2d3b27.tar.gz historical-a913de0b750bfc62056170e70cb566980b2d3b27.tar.bz2 historical-a913de0b750bfc62056170e70cb566980b2d3b27.zip |
Clean up masked KDE3 pkgs.
Diffstat (limited to 'kde-misc/kaptain/files/kaptain-0.72-gcc43.patch')
-rw-r--r-- | kde-misc/kaptain/files/kaptain-0.72-gcc43.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kde-misc/kaptain/files/kaptain-0.72-gcc43.patch b/kde-misc/kaptain/files/kaptain-0.72-gcc43.patch deleted file mode 100644 index dff520c6eff8..000000000000 --- a/kde-misc/kaptain/files/kaptain-0.72-gcc43.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- kaptain-0.72.orig/kaptain/communication.cpp -+++ kaptain-0.72/kaptain/communication.cpp -@@ -1,3 +1,4 @@ -+#include <cstdlib> - #include <stdio.h> - #include <unistd.h> - #include <errno.h> ---- kaptain-0.72.orig/kaptain/kaptain.h -+++ kaptain-0.72/kaptain/kaptain.h -@@ -8,7 +8,7 @@ - #include <qlineedit.h> - #include <qtabwidget.h> - #include <qlayout.h> --#include <qlist.h> -+#include <qptrlist.h> - #include <qcombobox.h> - #include <qlistbox.h> - #include <qpushbutton.h> - |