diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-07-04 18:35:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-07-04 18:35:12 +0000 |
commit | 7e18ce0faed27353e01b06361976590480c349ef (patch) | |
tree | 74bfd88ed1137d3acaa2372d7656a15b2eb70905 /app-crypt/pinentry/files | |
parent | Marking iso-codes-3.8 ppc64 for bug 272502 (diff) | |
download | historical-7e18ce0faed27353e01b06361976590480c349ef.tar.gz historical-7e18ce0faed27353e01b06361976590480c349ef.tar.bz2 historical-7e18ce0faed27353e01b06361976590480c349ef.zip |
Properly regenerate .moc files.
Package-Manager: portage-13775-svn/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/pinentry/files')
-rw-r--r-- | app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff b/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff deleted file mode 100644 index d930ee6c2631..000000000000 --- a/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- pinentry-0.7.6/qt4/pinentrydialog.moc -+++ pinentry-0.7.6/qt4/pinentrydialog.moc -@@ -10,7 +10,7 @@ - #include "pinentrydialog.h" - #if !defined(Q_MOC_OUTPUT_REVISION) - #error "The header file 'pinentrydialog.h' doesn't include <QObject>." --#elif Q_MOC_OUTPUT_REVISION != 59 -+#elif Q_MOC_OUTPUT_REVISION < 59 - #error "This file was generated using the moc from 4.4.1. It" - #error "cannot be used with the include files from this version of Qt." - #error "(The moc has changed too much.)" ---- pinentry-0.7.6/qt4/qsecurelineedit.moc -+++ pinentry-0.7.6/qt4/qsecurelineedit.moc -@@ -10,7 +10,7 @@ - #include "qsecurelineedit.h" - #if !defined(Q_MOC_OUTPUT_REVISION) - #error "The header file 'qsecurelineedit.h' doesn't include <QObject>." --#elif Q_MOC_OUTPUT_REVISION != 59 -+#elif Q_MOC_OUTPUT_REVISION < 59 - #error "This file was generated using the moc from 4.4.1. It" - #error "cannot be used with the include files from this version of Qt." - #error "(The moc has changed too much.)" |