diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 13:37:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 13:37:22 -0600 |
commit | 41a1f16e9d7628939e15b5129cdf2f8459ab0a95 (patch) | |
tree | c505196fb451b43e3fd268d76a1f83201383bed1 | |
parent | 91b345a01c1a300caac46ca7883c0162a736d799 (diff) | |
download | kipi-plugins-41a1f16e9d7628939e15b5129cdf2f8459ab0a95.tar.gz kipi-plugins-41a1f16e9d7628939e15b5129cdf2f8459ab0a95.zip |
Fix FTBFS
Thanks to Darrell Anderson for the patch!
-rw-r--r-- | kipi-plugins/slideshow/slideshowconfigbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/slideshow/slideshowconfigbase.ui b/kipi-plugins/slideshow/slideshowconfigbase.ui index 51f63b1..b4bb68f 100644 --- a/kipi-plugins/slideshow/slideshowconfigbase.ui +++ b/kipi-plugins/slideshow/slideshowconfigbase.ui @@ -1499,8 +1499,8 @@ Ken Burns effect doesn't use this cache mechanism.</string> <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> |