summaryrefslogtreecommitdiffstats
path: root/kde/kipi-plugins
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 20:50:35 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 20:50:35 +0200
commit9647ca44b4ed5766ee563eb5e3c3d608c451e563 (patch)
tree9dce345b91a1aa3aa1a31d039a7f67ba10ed2200 /kde/kipi-plugins
parent0c6f11417a2f23a22fd46e3d6809fd4bcbd538b5 (diff)
downloadnutyx-pakxe-9647ca44b4ed5766ee563eb5e3c3d608c451e563.tar.gz
nutyx-pakxe-9647ca44b4ed5766ee563eb5e3c3d608c451e563.tar.bz2
nutyx-pakxe-9647ca44b4ed5766ee563eb5e3c3d608c451e563.tar.xz
nutyx-pakxe-9647ca44b4ed5766ee563eb5e3c3d608c451e563.zip
kipi-plugins, port nettoye
Diffstat (limited to 'kde/kipi-plugins')
-rw-r--r--kde/kipi-plugins/ipodexport_no_keywords.patch55
1 files changed, 0 insertions, 55 deletions
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<QTreeWidgetItem*> selected = m_ipodAlbumList->selectedItems();
-
-- foreach( QTreeWidgetItem *item, selected )
-+ Q_FOREACH( QTreeWidgetItem *item, selected )
- {
- IpodAlbumItem *album = dynamic_cast<IpodAlbumItem*>( 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}