┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/previewssettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/previewssettingspage.h')
-rw-r--r--src/settings/previewssettingspage.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/settings/previewssettingspage.h b/src/settings/previewssettingspage.h
index e9a80af1e..da52264f1 100644
--- a/src/settings/previewssettingspage.h
+++ b/src/settings/previewssettingspage.h
@@ -20,12 +20,10 @@
#ifndef PREVIEWSSETTINGSPAGE_H
#define PREVIEWSSETTINGSPAGE_H
-#include <kurl.h>
#include <settings/settingspagebase.h>
class QCheckBox;
class QListWidget;
-class QSlider;
class KIntSpinBox;
/**
@@ -62,9 +60,8 @@ private:
bool m_initialized;
QListWidget* m_previewPluginsList;
QStringList m_enabledPreviewPlugins;
- QSlider* m_maxPreviewSize;
- KIntSpinBox* m_spinBox;
- QCheckBox* m_useFileThumbnails;
+ KIntSpinBox* m_localFileSizeBox;
+ KIntSpinBox* m_remoteFileSizeBox;
};
#endif