trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Patch for building kipi-plugins

From: Darrell Anderson <humanreadable@...>
Date: Tue, 21 Feb 2012 11:32:21 -0800 (PST)
Recently I reported that kipi-plugins failed to build against TQt3 but built without error against Qt3.

I patched kipi-plugins and now can build kipi-plugins against both.

Although the patch works I'm uncomfortable pushing to GIT without peer review. I would appreciate somebody else reviewing and committing the patch.

Here is the patch:

=======================================================
diff -urN kipi-plugins/kipi-plugins/slideshow/slideshowconfigbase.ui kipi-plugins.new/kipi-plugins/slideshow/slideshowconfigbase.ui
--- kipi-plugins/kipi-plugins/slideshow/slideshowconfigbase.ui  2011-12-24 23:24:38.000000000 -0600
+++ kipi-plugins.new/kipi-plugins/slideshow/slideshowconfigbase.ui  2012-02-20 22:22:28.000000000 -0600
@@ -1499,8 +1499,8 @@
     <slot specifier="non virtual">slotImagesFilesButtonAdd( void )</slot>
     <slot specifier="non virtual">slotImagesFilesButtonDown()</slot>
     <slot specifier="non virtual">slotImagesFilesButtonDelete( void )</slot>
-    <slot specifier="non virtual">slotImagesFilesSelected( QListBoxItem * item )</slot>
-    <slot specifier="non virtual">slotGotPreview( const KFileItem *, const QPixmap &amp; pixmap )</slot>
+    <slot specifier="non virtual">slotImagesFilesSelected( TQListBoxItem * item )</slot>
+    <slot specifier="non virtual">slotGotPreview( const KFileItem *, const TQPixmap &amp; pixmap )</slot>
     <slot specifier="non virtual">slotFailedPreview( const KFileItem * )</slot>
     <slot specifier="non virtual">slotAddDropItems( KURL::List filesUrl )</slot>
     <slot access="protected">slotCacheToggled()</slot>
=======================================================

Thanks.

Darrell