diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-13 00:33:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-13 00:33:10 +0900 |
commit | 691c9204a1a6dcbce52d41e62a988044e48270d4 (patch) | |
tree | 34bb4442388b2649eaed235a395258e1211110f7 /tdeioslave/trash/ktrashpropsdlgplugin.cpp | |
parent | 48635e6343601457bb1ae1e1a489ebce81266fab (diff) | |
download | tdebase-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.cpp')
-rw-r--r-- | tdeioslave/trash/ktrashpropsdlgplugin.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tdeioslave/trash/ktrashpropsdlgplugin.cpp b/tdeioslave/trash/ktrashpropsdlgplugin.cpp index 1677c282a..5147481bc 100644 --- a/tdeioslave/trash/ktrashpropsdlgplugin.cpp +++ b/tdeioslave/trash/ktrashpropsdlgplugin.cpp @@ -21,6 +21,7 @@ */ #include "ktrashpropsdlgplugin.h" +#include "ktrashpropswidget.h" #include "discspaceutil.h" #include "trash_constant.h" #include "trashimpl.h" @@ -74,7 +75,9 @@ KTrashPropsDlgPlugin::KTrashPropsDlgPlugin( KPropertiesDialog *dialog, const cha readConfig(); - TQFrame *frame = dialog->addPage( i18n( "Size Limits" ) ); + TQFrame *frame = dialog->addPage(i18n("Polic&y")); + policyWidget = NULL; + setupGui( frame ); mUseTimeLimit->setChecked( mConfigMap[ mCurrentTrash ].useTimeLimit ); |