From 1826b12a65687057909cc3e3b4836b0f8bcafee6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 14 May 2013 11:33:13 +0000 Subject: removed legacy code git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3466 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/filedialog.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/qmmpui/filedialog.cpp') diff --git a/src/qmmpui/filedialog.cpp b/src/qmmpui/filedialog.cpp index 75befcd7e..93bfd669a 100644 --- a/src/qmmpui/filedialog.cpp +++ b/src/qmmpui/filedialog.cpp @@ -1,5 +1,5 @@ /************************************************************************** -* Copyright (C) 2008-2012 by Ilya Kotov * +* Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -66,24 +66,6 @@ void FileDialog::checkFactories() qApp->installTranslator(factory->createTranslator(qApp)); } } -#ifndef Q_OS_WIN32 -#if (QT_VERSION >= 0x040500 && QT_VERSION < 0x040600) - //load native kde dialog - QStringList paths; - paths << "/usr/lib/kde4/kio_file.so"; - paths << "/usr/lib64/kde4/kio_file.so"; - paths << "/usr/local/kde4/lib/kde4/kio_file.so"; - foreach(QString path, paths) - { - if(QFile::exists(path)) - { - QLibrary *l = new QLibrary(path, qApp); - l->load(); - break; - } - } -#endif -#endif } QList *FileDialog::factories() -- cgit v1.2.3-13-gbd6f