aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tuxcards/files
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-01-15 07:12:21 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-01-15 07:12:21 +0000
commita333b1db12f90695f4bed2dd0d7b72aea59428f3 (patch)
treeb0a499d02d9ee8e777c68b23a1dba024d77d85ab /deskutils/tuxcards/files
parent54424daf7cb2225385276f54e173852b48c59a8c (diff)
Notes
Diffstat (limited to 'deskutils/tuxcards/files')
-rw-r--r--deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp11
-rw-r--r--deskutils/tuxcards/files/patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui10
2 files changed, 0 insertions, 21 deletions
diff --git a/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp b/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp
deleted file mode 100644
index ea97b21039a8..000000000000
--- a/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/information/CInformationElementHistory.cpp.orig Fri Dec 5 07:22:09 2003
-+++ src/information/CInformationElementHistory.cpp Tue Jul 13 22:32:26 2004
-@@ -156,7 +156,7 @@
-
- CInformationElement* pIE = mList.at(i);
- std::cout<<i<<sSeparator<<pIE<<"\t";
-- sDesc = (NULLPTR != pIE) ? pIE->getDescription() : "NULLPTR";
-+ sDesc = (NULLPTR != pIE) ? pIE->getDescription() : QString("NULLPTR");
- std::cout<<sDesc<<std::endl;
- }
-
diff --git a/deskutils/tuxcards/files/patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui b/deskutils/tuxcards/files/patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui
deleted file mode 100644
index fcac1b6b82d5..000000000000
--- a/deskutils/tuxcards/files/patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gui/dialogs/optionsDialog/IOptionsDialog.ui.orig Tue Sep 27 16:59:36 2005
-+++ src/gui/dialogs/optionsDialog/IOptionsDialog.ui Tue Sep 27 17:01:36 2005
-@@ -1399,7 +1399,4 @@
- <slot access="protected">changeTextColor()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
-- <includehint>ccolorbar.h</includehint>
--</includehints>
- </UI>