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 & pixmap )</slot> + <slot specifier="non virtual">slotImagesFilesSelected( TQListBoxItem * item )</slot> + <slot specifier="non virtual">slotGotPreview( const KFileItem *, const TQPixmap & 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
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.
Yes, the patch is correct. Committed to GIT in hash 41a1f16.
Thanks!
Tim