Reverted a couple changes that should not have been made to vanilla KDE/Trinity

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 585650ee25
commit 9cddb219d9

@ -13,7 +13,7 @@
#include <kmimetype.h>
#include <kparts/componentfactory.h>
#include <kdemm/factory.h>
#include <kplayobjectfactory.h>
#include <config-kfile.h>
@ -58,7 +58,7 @@ KFileAudioPreview::KFileAudioPreview( TQWidget *parent, const char *name )
{
KGlobal::locale()->insertCatalogue("kfileaudiopreview");
TQStringList formats = KDE::Multimedia::Factory::self()->playableMimeTypes();
TQStringList formats = KDE::PlayObjectFactory::mimeTypes();
// ###
TQStringList::ConstIterator it = formats.begin();
for ( ; it != formats.end(); ++it )

@ -1070,6 +1070,10 @@ int KJanusWidget::IconListItem::expandMinimumWidth( int width )
void KJanusWidget::IconListItem::highlight( bool erase )
{
// FIXME: Add configuration option to disable highlighting
// For now, always disable highlighting
erase = true;
TQRect r = listBox()->itemRect( this );
r.addCoords( 1, 1, -1, -1 );

Loading…
Cancel
Save