diff options
| -rw-r--r-- | src/qmmpui/filedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/filedialog.cpp b/src/qmmpui/filedialog.cpp index 524583de3..83b1be2ae 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 >= 0x040500 || QT_VERSION < 0x040600) +#if (QT_VERSION >= 0x040500 && QT_VERSION < 0x040600) //load native kde dialog QStringList paths; paths << "/usr/lib/kde4/kio_file.so"; |
