X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/22b050a1d04e22097bc9d149e8e73b2d7fdfcdcc..596e07c0f325ea475cfa0ccc42231ea977e35c3f:/src/settings/general/previewssettingspage.cpp diff --git a/src/settings/general/previewssettingspage.cpp b/src/settings/general/previewssettingspage.cpp index 77608d3a3..0836aef33 100644 --- a/src/settings/general/previewssettingspage.cpp +++ b/src/settings/general/previewssettingspage.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Peter Penz * + * Copyright (C) 2006 by Peter Penz * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -21,13 +21,13 @@ #include "dolphin_generalsettings.h" -#include -#include -#include -#include +#include +#include +#include +#include #include -#include -#include +#include +#include #include @@ -168,7 +168,7 @@ void PreviewsSettingsPage::loadSettings() m_enabledPreviewPlugins = globalConfig.readEntry("Plugins", QStringList() << QLatin1String("directorythumbnail") << QLatin1String("imagethumbnail") - << QLatin1String("jpegthumbnail")); + << QLatin1String("jpegrotatedthumbnail")); const int maxLocalByteSize = globalConfig.readEntry("MaximumSize", MaxLocalPreviewSize * 1024 * 1024); const int maxLocalMByteSize = maxLocalByteSize / (1024 * 1024);