From b65e2c52cca85895d8af0186cec2b32be4fc19b7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 3 Mar 2010 14:28:52 +0000 Subject: fixed kde4 dialog bug git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1595 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/filedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/filedialog.cpp') diff --git a/src/qmmpui/filedialog.cpp b/src/qmmpui/filedialog.cpp index c72969e42..524583de3 100644 --- a/src/qmmpui/filedialog.cpp +++ b/src/qmmpui/filedialog.cpp @@ -180,7 +180,7 @@ void FileDialog::registerExternalFactories() } } #ifndef Q_OS_WIN32 -#if (QT_VERSION < 0x040600) +#if (QT_VERSION >= 0x040500 || QT_VERSION < 0x040600) //load native kde dialog QStringList paths; paths << "/usr/lib/kde4/kio_file.so"; -- cgit v1.2.3-13-gbd6f