summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/ktrashpropsdlgplugin.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-13 00:33:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-13 00:33:10 +0900
commit691c9204a1a6dcbce52d41e62a988044e48270d4 (patch)
tree34bb4442388b2649eaed235a395258e1211110f7 /tdeioslave/trash/ktrashpropsdlgplugin.h
parent48635e6343601457bb1ae1e1a489ebce81266fab (diff)
downloadtdebase-691c9204a1a6dcbce52d41e62a988044e48270d4.tar.gz
tdebase-691c9204a1a6dcbce52d41e62a988044e48270d4.zip
Added TDE Control module for trash policy configuration.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/trash/ktrashpropsdlgplugin.h')
-rw-r--r--tdeioslave/trash/ktrashpropsdlgplugin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tdeioslave/trash/ktrashpropsdlgplugin.h b/tdeioslave/trash/ktrashpropsdlgplugin.h
index d21dd4578..9eab58eb1 100644
--- a/tdeioslave/trash/ktrashpropsdlgplugin.h
+++ b/tdeioslave/trash/ktrashpropsdlgplugin.h
@@ -32,6 +32,7 @@ class TQLabel;
class TQRadioButton;
class TQSpinBox;
class TrashImpl;
+class KTrashPropsWidget;
class KTrashPropsDlgPlugin : public KPropsDlgPlugin
{
@@ -51,8 +52,10 @@ class KTrashPropsDlgPlugin : public KPropsDlgPlugin
void rbFixedSizeToggled( bool );
void trashChanged( int );
void useTypeChanged();
-
+
private:
+ KTrashPropsWidget *policyWidget;
+
void readConfig();
void writeConfig();
void setupGui( TQFrame *frame );