┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/previewssettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-04-13 18:31:25 +0000
committerPeter Penz <[email protected]>2010-04-13 18:31:25 +0000
commit90dad89131f24f83f58f254d3da4315f620b05f1 (patch)
tree2c6a4e6d4ecd466a263e283117f58d6f39d35201 /src/settings/previewssettingspage.h
parent1829b1c2fb3f4c1786f774ca706d4ee0054897e0 (diff)
Allow configuring different maximum sizes for remote and local files
BUG: 189501 p://reviewboard.kde.org/r/3484/ svn path=/trunk/KDE/kdebase/apps/; revision=1114485
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