summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/trash_constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/trash/trash_constant.h')
-rw-r--r--tdeioslave/trash/trash_constant.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tdeioslave/trash/trash_constant.h b/tdeioslave/trash/trash_constant.h
index a20dbcc24..1dfad9273 100644
--- a/tdeioslave/trash/trash_constant.h
+++ b/tdeioslave/trash/trash_constant.h
@@ -36,6 +36,13 @@ namespace TrashConstant
SIZE_ID_GB = 3,
SIZE_ID_TB = 4
};
+
+ enum
+ {
+ ACTION_WARNING = 0,
+ ACTION_DELETE_OLDEST = 1,
+ ACTION_DELETE_BIGGEST = 2
+ };
}
#endif