diff options
| author | Montel Laurent <[email protected]> | 2011-05-22 13:04:04 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2011-05-22 13:04:33 +0200 |
| commit | de3e167cf9a4cddd31986ef226aa8ebb6a5470e3 (patch) | |
| tree | 5f66c7d381a999e56e19146b838fcf047927e21c /src/settings/general/configurepreviewplugindialog.cpp | |
| parent | be4b787e8e514dc85124ad718821d3900f2ff4b1 (diff) | |
It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"
Diffstat (limited to 'src/settings/general/configurepreviewplugindialog.cpp')
| -rw-r--r-- | src/settings/general/configurepreviewplugindialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/general/configurepreviewplugindialog.cpp b/src/settings/general/configurepreviewplugindialog.cpp index c1a507a65..3ca08dfd0 100644 --- a/src/settings/general/configurepreviewplugindialog.cpp +++ b/src/settings/general/configurepreviewplugindialog.cpp @@ -73,7 +73,7 @@ void ConfigurePreviewPluginDialog::slotOk() // for a specific MIME-type should be regenerated. As this is not available yet we // delete the whole thumbnails directory. QApplication::changeOverrideCursor(Qt::BusyCursor); - KIO::NetAccess::del(QDir::homePath() + "/.thumbnails/", this); + KIO::NetAccess::del(QString(QDir::homePath() + "/.thumbnails/"), this); QApplication::restoreOverrideCursor(); } |
