From 9647ca44b4ed5766ee563eb5e3c3d608c451e563 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 22 Oct 2010 20:50:35 +0200 Subject: kipi-plugins, port nettoye --- kde/kipi-plugins/ipodexport_no_keywords.patch | 55 --------------------------- 1 file changed, 55 deletions(-) delete mode 100644 kde/kipi-plugins/ipodexport_no_keywords.patch (limited to 'kde') diff --git a/kde/kipi-plugins/ipodexport_no_keywords.patch b/kde/kipi-plugins/ipodexport_no_keywords.patch deleted file mode 100644 index 1ae92747d..000000000 --- a/kde/kipi-plugins/ipodexport_no_keywords.patch +++ /dev/null @@ -1,55 +0,0 @@ -Index: ipodexport/IpodExportDialog.cpp -=================================================================== ---- ipodexport/IpodExportDialog.cpp (revision 1138808) -+++ ipodexport/IpodExportDialog.cpp (working copy) -@@ -694,7 +694,7 @@ - { - QList selected = m_ipodAlbumList->selectedItems(); - -- foreach( QTreeWidgetItem *item, selected ) -+ Q_FOREACH( QTreeWidgetItem *item, selected ) - { - IpodAlbumItem *album = dynamic_cast( item ); - if( album ) -@@ -721,7 +721,7 @@ - { - if( filesPath.isEmpty() ) return; - -- foreach( const QString &dropFile, filesPath ) -+ Q_FOREACH( const QString &dropFile, filesPath ) - { - // TODO: Check if the new item already exist in the list. - addUrlToList( dropFile ); -Index: ipodexport/ImageList.cpp -=================================================================== ---- ipodexport/ImageList.cpp (revision 1138808) -+++ ipodexport/ImageList.cpp (working copy) -@@ -65,14 +65,14 @@ - { - QStringList filesPath; - -- foreach( const QUrl &u, urls ) -+ Q_FOREACH( const QUrl &u, urls ) - { - filesPath << u.path(); - } - - if( !filesPath.isEmpty() ) - { -- emit signalAddedDropItems( filesPath ); -+ Q_EMIT signalAddedDropItems( filesPath ); - } - } - -Index: ipodexport/CMakeLists.txt -=================================================================== ---- ipodexport/CMakeLists.txt (revision 1138808) -+++ ipodexport/CMakeLists.txt (working copy) -@@ -10,6 +10,7 @@ - ) - - KDE4_ADD_PLUGIN(kipiplugin_ipodexport ${kipiplugin_ipodexport_PART_SRCS}) -+ADD_DEFINITIONS(-DQT_NO_KEYWORDS) - - TARGET_LINK_LIBRARIES(kipiplugin_ipodexport - ${GOBJECT_LIBRARIES} -- cgit v1.2.3-54-g00ecf